Re: [Rd] The "lib" argument in install.packages().

2009-11-24 Thread Peter Ehlers
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 ``

[Rd] The "lib" argument in install.packages().

2009-11-24 Thread Rolf Turner
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