The R Project SVN R

Rev

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

Rev 47516 Rev 47521
Line 1... Line 1...
1
#
1
#
2
# ${R_HOME}/bin/INSTALL for installing add-on packages
2
# ${R_HOME}/bin/INSTALL for installing add-on packages
3
 
3
 
4
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES=tools "${R_HOME}/bin/R" --slave --args $@
4
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES=tools "${R_HOME}/bin/R" --no-restore --slave --args $@
5
 
5