Skip to content
Prev 1755 / 63424 Next

HREFS for private packages - fixed? (PR#19)

PG> Friedrich
PG> Just to make sure we're taking about the same problem, if I do

PG> R INSTALL               dse

PG> everything works fine (so that is what I've been using) but if I do

PG> R INSTALL           -l rlibs  dse

PG> I get the problem we are discussing. My understanding is that this is suppose to
PG> install in the subdirectory rlib under where I run it, not in RHOME. The code
PG> installs fine like this but the pointer in the HTML gets messed up.


Yes, that's exactly what I was meaning. IMO, only

	R INSTALL dse

should change the global packages file, because only the we have
guarantee that a user can actually access the installed packages
(anything installed somewhere else might belong to somebody different
etc.).

So

	R INSTALL -l rlibs  dse

shouldn't modify the global packages file, as a new one conforming to
the current .lib.loc get's built anyway when running help.start().

Any objections if I commit that change?

.f
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._