The R Project SVN R

Rev

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

Rev 76496 Rev 76762
Line 3... Line 3...
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
## For internal use only.
7
 
7
 
-
 
8
test ${#} -eq 0 && exec "${R_HOME}/bin/R" --help
-
 
9
 
8
R_CMD="${R_HOME}/bin/Rcmd"
10
R_CMD="${R_HOME}/bin/Rcmd"
9
export R_CMD
11
export R_CMD
10
 
12
 
11
R_VERSION=@PACKAGE_VERSION@
13
R_VERSION=@PACKAGE_VERSION@
12
export R_VERSION
14
export R_VERSION