File: Renviron-R_LIBS.patch

package info (click to toggle)
r-base 4.2.2.20221110-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 96,820 kB
  • sloc: ansic: 286,632; fortran: 104,266; javascript: 14,786; yacc: 5,713; makefile: 5,197; sh: 5,093; tcl: 4,562; perl: 963; objc: 767; asm: 258; java: 31; sed: 11
file content (14 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (13)
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 ***