[R] library functions looks up wrong directory

2004-09-17 Thread Thomas Schnhoff
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
major1
minor9.1
year 2004
month06
day  21
language R
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] library functions looks up wrong directory

2004-09-17 Thread Uwe Ligges
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
major1
minor9.1
year 2004
month06
day  21
language R
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! 
http://www.R-project.org/posting-guide.html
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html