The R Project SVN R

Rev

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

Rev 47882 Rev 77228
Line 1... Line 1...
1
# ${R_HOME}/bin/REMOVE for removing add-on packages
1
# ${R_HOME}/bin/REMOVE for removing add-on packages
2
 
2
 
3
R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -f "${R_SHARE_DIR}/R/REMOVE.R" --no-restore --slave --args $@
3
R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -f "${R_SHARE_DIR}/R/REMOVE.R" --no-restore --no-echo --args $@
4
 
4