blob: 884ca75e389936da68b5efd84bd12a1b9166127a [file] [log] [blame]
# ${R_HOME}/bin/build -*- sh -*- for building add-on packages
args=
while test -n "${1}"; do
args="${args}nextArg${1}"
shift
done
## 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