The R Project SVN R

Rev

Rev 55308 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 55308 Rev 77228
Line 1... Line 1...
1
# ${R_HOME}/bin/Stangle -*- sh -*-
1
# ${R_HOME}/bin/Stangle -*- sh -*-
2
 
2
 
3
R_EXE="${R_HOME}/bin/R"
3
R_EXE="${R_HOME}/bin/R"
4
 
4
 
5
R_STANGLE_OPTIONS=${R_STANGLE_OPTIONS:='--vanilla --slave'}
5
R_STANGLE_OPTIONS=${R_STANGLE_OPTIONS:='--vanilla --no-echo'}
6
 
6
 
7
args=
7
args=
8
while test -n "${1}"; do
8
while test -n "${1}"; do
9
  ## quote each argument here, unquote in R code.
9
  ## quote each argument here, unquote in R code.
10
  args="${args}nextArg${1}"
10
  args="${args}nextArg${1}"