The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23970 bates 1
--- Renviron.orig	2003-04-04 06:52:22.000000000 -0500
2
+++ Renviron	2003-04-04 06:49:05.000000000 -0500
3
@@ -33,6 +33,10 @@
23869 bates 4
 PERL=${PERL-'/usr/bin/perl'}
5
 TAR=${TAR-'tar'}
6
 
23970 bates 7
+# edd Apr 2003  Allow local install in /usr/local, also add a directory for
23880 bates 8
+#               Debian packaged CRAN packages, and finally the default dir 
9
+R_LIBS=${R_LIBS-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'}
23970 bates 10
+
23869 bates 11
 ### Local Variables: ***
12
 ### mode: sh ***
13
 ### sh-indentation: 2 ***