The R Project SVN R

Rev

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

Rev 51076 Rev 77228
Line 29... Line 29...
29
     myArgs='--vanilla'
29
     myArgs='--vanilla'
30
else myArgs='--no-restore'
30
else myArgs='--no-restore'
31
fi
31
fi
32
 
32
 
33
## NB: Apple's ICU needs LC_COLLATE set when R is started.
33
## NB: Apple's ICU needs LC_COLLATE set when R is started.
34
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" $myArgs --slave --args ${args}
34
echo 'tools:::.install_packages()' | R_DEFAULT_PACKAGES= LC_COLLATE=C "${R_HOME}/bin/R" $myArgs --no-echo --args ${args}