The R Project SVN R

Rev

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

Rev 52367 Rev 77228
Line 6... Line 6...
6
  args="${args}nextArg${1}"
6
  args="${args}nextArg${1}"
7
  shift
7
  shift
8
done
8
done
9
 
9
 
10
## NB: Apple's ICU needs LC_COLLATE set when R is started.
10
## NB: Apple's ICU needs LC_COLLATE set when R is started.
11
echo 'tools:::.Rdconv()' | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" --vanilla --slave --args ${args}
11
echo 'tools:::.Rdconv()' | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" --vanilla --no-echo --args ${args}