The R Project SVN R

Rev

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

Rev 11483 Rev 11515
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
#
2
#
3
# ${R_HOME}/bin/Rcmd
3
# ${R_HOME}/bin/Rcmd
4
 
4
 
5
## Shell script wrapper for all R CMD commands.
5
## Shell script wrapper for all R CMD commands.
-
 
6
## For internal use only.
6
 
7
 
7
R_CMD="${R_HOME}/bin/Rcmd"
8
R_CMD="${R_HOME}/bin/Rcmd"
8
export R_CMD
9
export R_CMD
9
 
10
 
10
## Add `share/perl' to the perl library path.
11
## Add `share/perl' to the perl library path.