Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## Rdiff -- diff 'without R version'args=while test -n "${1}"; do## quote each argument here, unquote in R code.args="${args}nextArg${1}"shiftdoneR_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -e 'tools:::.Rdiff()' --vanilla --slave --args ${args}