blob: 8176952bdf2454a5bdd0b496f815e329d701fe7d [file] [log] [blame]
## Rdiff -- diff 'without R version'
args=
while test -n "${1}"; do
## quote each argument here, unquote in R code.
args="${args}nextArg${1}"
shift
done
R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -e 'tools:::.Rdiff()' --vanilla --no-echo --args ${args}