Re: [R] how to remove paths from where library() looks for packages

2007-12-27 Thread Lynd Bacon
rnings about. My hypothesis is that the default library configurations for the two versions were different for some reason. Thanks, Henrique and Phil, for your help! Cheers, Lynd Henrique Dallazuanna wrote: > Perhaps this: > > .libPaths(unique(installed.packages()[,2])) > > On

[R] how to remove paths from where library() looks for packages

2007-12-26 Thread Lynd Bacon
/usr/local/lib/R/site-library" "/usr/lib/R/site-library" [3] "/usr/lib/R/library" I'd like to eliminate the path to the empty directory so I don't get this vexsome warning message. Any and all suggestions will be greatly appreciated! Cheers, Lynd -- ___