The R Project SVN R

Rev

Rev 53204 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53204 Rev 77228
Line 5... Line 5...
5
  ## quote each argument here, unquote in R code.
5
  ## quote each argument here, unquote in R code.
6
  args="${args}nextArg${1}"
6
  args="${args}nextArg${1}"
7
  shift
7
  shift
8
done
8
done
9
 
9
 
10
R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -e 'tools:::.Rdiff()' --vanilla --slave --args ${args}
10
R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" -e 'tools:::.Rdiff()' --vanilla --no-echo --args ${args}