Rev 72559 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# ${R_HOME}/bin/build -*- sh -*- for building add-on packagesargs=while test -n "${1}"; doargs="${args}nextArg${1}"shiftdone## NB: Apple's ICU needs LC_COLLATE set when R is started.echo 'tools:::.build_packages()' | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" --no-restore --no-echo --args ${args}## -> ../library/tools/R/build.R