The R Project SVN R

Rev

Rev 23869 | Rev 23970 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23869 Rev 23880
Line 2... Line 2...
2
+++ Renviron	2003-03-25 20:52:53.000000000 -0600
2
+++ Renviron	2003-03-25 20:52:53.000000000 -0600
3
@@ -33,6 +33,8 @@
3
@@ -33,6 +33,8 @@
4
 PERL=${PERL-'/usr/bin/perl'}
4
 PERL=${PERL-'/usr/bin/perl'}
5
 TAR=${TAR-'tar'}
5
 TAR=${TAR-'tar'}
6
 
6
 
-
 
7
+# edd Apr 2004  Allow local install in /usr/local, also add a directory for
-
 
8
+#               Debian packaged CRAN packages, and finally the default dir 
7
+R_LIBS="/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library"
9
+R_LIBS=${R_LIBS-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'}
8
+
10
 
9
 ### Local Variables: ***
11
 ### Local Variables: ***
10
 ### mode: sh ***
12
 ### mode: sh ***
11
 ### sh-indentation: 2 ***
13
 ### sh-indentation: 2 ***