Rev 52206 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 52197 |
ripley |
1 |
# ${R_HOME}/bin/Rprof -*- sh -*- for processing Rprof() files
|
|
|
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.
|
| 77228 |
maechler |
10 |
echo 'tools:::.Rprof()' | R_DEFAULT_PACKAGES=utils LC_COLLATE=C "${R_HOME}/bin/R" --vanilla --no-echo --args ${args}
|