The R Project SVN R

Rev

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

Rev 47521 Rev 47882
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_HOME}/share/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 --slave --args $@
4
 
4