The R Project SVN R

Rev

Rev 13288 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13288 Rev 14330
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_OSTYPE="unix"
-
 
12
export R_OSTYPE
-
 
13
 
11
## Add `share/perl' to the perl library path.
14
## Add `share/perl' to the perl library path.
12
if test -n "${PERL5LIB}"; then
15
if test -n "${PERL5LIB}"; then
13
  PERL5LIB="${R_HOME}/share/perl:${PERL5LIB}"
16
  PERL5LIB="${R_HOME}/share/perl:${PERL5LIB}"
14
  export PERL5LIB
17
  export PERL5LIB
15
else
18
else