Hello, I just encountered this error from within R: -------------------------------------------------------------- > library() Warning message: library '/usr/local/lib/R/site-library' contains no package in: library() --------------------------------------------------------------- which is basically correct since all the looked up packages are in /usr/lib/R/site-library, not in /usr/local Now I am looking for a possibility to adjust my config too /usr/lib/R/site-library. Is there a special config file to do this in R ? platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R
Thomas Sch??nhoff wrote:> Hello, > > I just encountered this error from within R: > > -------------------------------------------------------------- > > library() > Warning message: > library '/usr/local/lib/R/site-library' contains no package in: library() > --------------------------------------------------------------->> which is basically correct since all the looked up packages are in > /usr/lib/R/site-library, not in /usr/local > > Now I am looking for a possibility to adjust my config too > /usr/lib/R/site-library. > Is there a special config file to do this in R ?See ?Startup Uwe Ligges> > > platform i386-pc-linux-gnu > arch i386 > os linux-gnu > system i386, linux-gnu > status > major 1 > minor 9.1 > year 2004 > month 06 > day 21 > language R > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html