File: Renviron-R_LIBS.patch

package info (click to toggle)
r-base 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112,852 kB
  • sloc: ansic: 291,246; fortran: 111,889; javascript: 14,798; yacc: 6,154; sh: 5,689; makefile: 5,242; tcl: 4,562; perl: 963; objc: 791; f90: 758; asm: 258; java: 31; sed: 1
file content (14 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Renviron.orig	2003-04-04 06:52:22.000000000 -0500
+++ Renviron	2003-04-04 06:49:05.000000000 -0500
@@ -33,6 +33,11 @@
 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 
+# edd Jul 2007  Now use R_LIBS_SITE, not R_LIBS
+R_LIBS_SITE=${R_LIBS_SITE-'/usr/local/lib/R/site-library:/usr/lib/R/site-library:/usr/lib/R/library'}
+
 ### Local Variables: ***
 ### mode: sh ***
 ### sh-indentation: 2 ***