Greetings. My current installation of R 2.6.1 on Unbuntu 7.10 ("Gutsy") is looking for packages in a directory that doesn't contain any:
> library() Warning message: In library() : library "/usr/lib/R/site-library" contains no packages > .libPaths() [1] "/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 -- _________________________________________ Lynd Bacon Woodside CA USA GMT-08:00 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.