Rolf,
If you want to avoid the warning, why not use lib=.libPaths()[1]?
This is not to say that your suggestions aren't useful.
Cheers,
Peter Ehlers
Rolf Turner wrote:
I was flummoxed for a long time by errors generated when I did
something like
install.packages(foo,lib="Rlib")
where ``
I was flummoxed for a long time by errors generated when I did
something like
install.packages(foo,lib="Rlib")
where ``Rlib'' is my personalized directory of R packages, which
lives in my home directory (from which I started R before issuing
the foregoing install.packages() call.
Recen