The R Project SVN R

Rev

Rev 23970 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

--- Renviron.orig   2003-04-04 06:52:22.000000000 -0500
+++ Renviron    2003-04-04 06:49:05.000000000 -0500
@@ -33,6 +33,10 @@
 PERL=${PERL-'/usr/bin/perl'}
 TAR=${TAR-'tar'}
 
+# edd Apr 2003  Allow local install in /usr/local, also add a directory for
+#               Debian packaged CRAN packages, and finally the default dir 
+R_LIBS=${R_LIBS-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'}
+
 ### Local Variables: ***
 ### mode: sh ***
 ### sh-indentation: 2 ***