The R Project SVN R

Rev

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

Rev 47530 Rev 47550
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
## FIXME: this loses quotes, so filepaths with spaces in get broken up
-
 
5
 
4
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES= "${R_HOME}/bin/R" --no-restore --slave --args $@
6
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES= "${R_HOME}/bin/R" --no-restore --slave --args $@
5
 
7