The R Project SVN R

Rev

Rev 53204 | 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}"
  shift
done

R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -e 'tools:::.Rdiff()' --vanilla --no-echo --args ${args}