The R Project SVN R

Rev

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

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