The R Project SVN R

Rev

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

Rev 47550 Rev 47574
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
4
## FIXME: this loses quotes, so filepaths with spaces in get broken up
5
 
5
 
-
 
6
## NB: Apple's ICU needs LC_COLLATE set when R is started.
6
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES= "${R_HOME}/bin/R" --no-restore --slave --args $@
7
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" --no-restore --slave --args $@
7
 
8