The R Project SVN R

Rev

Rev 23880 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23880 Rev 23970
1
--- Renviron.orig	2003-04-03 09:41:51.000000000 -0600
1
--- Renviron.orig	2003-04-04 06:52:22.000000000 -0500
2
+++ Renviron	2003-03-25 20:52:53.000000000 -0600
2
+++ Renviron	2003-04-04 06:49:05.000000000 -0500
3
@@ -33,6 +33,8 @@
3
@@ -33,6 +33,10 @@
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
7
+# edd Apr 2003  Allow local install in /usr/local, also add a directory for
8
+#               Debian packaged CRAN packages, and finally the default dir 
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'}
9
+R_LIBS=${R_LIBS-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'}
10
 
10
+
11
 ### Local Variables: ***
11
 ### Local Variables: ***
12
 ### mode: sh ***
12
 ### mode: sh ***
13
 ### sh-indentation: 2 ***
13
 ### sh-indentation: 2 ***