The R Project SVN R

Rev

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

Rev 46832 Rev 47522
Line 6... Line 6...
6
## For internal use only.
6
## For internal use only.
7
 
7
 
8
R_CMD="${R_HOME}/bin/Rcmd"
8
R_CMD="${R_HOME}/bin/Rcmd"
9
export R_CMD
9
export R_CMD
10
 
10
 
-
 
11
R_VERSION=@PACKAGE_VERSION@
-
 
12
export R_VERSION
-
 
13
 
11
R_OSTYPE="unix"
14
R_OSTYPE="unix"
12
export R_OSTYPE
15
export R_OSTYPE
13
 
16
 
14
## Add 'share/perl' to the perl library path.
17
## Add 'share/perl' to the perl library path.
15
if test -n "${PERL5LIB}"; then
18
if test -n "${PERL5LIB}"; then