The R Project SVN R

Rev

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

Rev 47373 Rev 47502
Line 1... Line -...
1
#!@R_SHELL@
-
 
2
#
-
 
3
# ${R_HOME}/bin/REMOVE for removing add-on packages
1
# ${R_HOME}/bin/REMOVE for removing add-on packages
4
 
2
 
5
R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -f "${R_HOME}/share/R/REMOVE.R" --slave --args $@
3
R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -f "${R_HOME}/share/R/REMOVE.R" --slave --args $@
6
 
4
 
7
### Local Variables: ***
-
 
8
### mode: sh ***
-
 
9
### sh-indentation: 2 ***
-
 
10
### End: ***
-