Rev 52204 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# ${R_HOME}/bin/Rprof -*- sh -*- for processing Rprof() filesargs=while test -n "${1}"; doargs="${args}nextArg${1}"shiftdone## NB: Apple's ICU needs LC_COLLATE set when R is started.echo 'tools:::.Rprof()' | R_DEFAULT_PACKAGES=utils LC_COLLATE=C "${R_HOME}/bin/R" --vanilla --slave --args ${args}