File: Renviron-R_LIBS.patch

package info (click to toggle)
r-base 2.4.0.20061125-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 53,384 kB
  • ctags: 27,223
  • sloc: ansic: 228,006; fortran: 76,848; sh: 12,670; perl: 9,489; makefile: 6,064; tcl: 2,954; yacc: 2,152; java: 486; cpp: 457; asm: 275; sed: 16
file content (13 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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 ***