The R Project SVN R

Rev

Rev 52163 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
52163 ripley 1
# ${R_HOME}/bin/build -*- sh -*- for building add-on packages
52141 ripley 2
 
3
args=
4
while test -n "${1}"; do
5
  args="${args}nextArg${1}"
6
  shift
7
done
8
 
9
## NB: Apple's ICU needs LC_COLLATE set when R is started.
55584 ripley 10
echo 'tools:::.build_packages()' | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" --no-restore --slave --args ${args}