The R Project SVN R

Rev

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

Rev 48263 Rev 77228
Line 1... Line 1...
1
#
1
#
2
# ${R_HOME}/bin/SHLIB
2
# ${R_HOME}/bin/SHLIB
3
 
3
 
4
echo 'tools:::.SHLIB()' | R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" --no-restore --slave --no-site-file --no-init-file --args $@
4
echo 'tools:::.SHLIB()' | R_DEFAULT_PACKAGES=NULL "${R_HOME}/bin/R" --no-restore --no-echo --no-site-file --no-init-file --args $@
5
 
5