summaryrefslogtreecommitdiff
path: root/bin/packs.R
blob: a4d61a0a38eeada8c4806cfdc329d40613eddcd0 (plain)
1
2
3
4
5
6
7
# CRAN package installer for opentox-ruby
# AM/ DV, 2014


# set mirror to avoid questioning the user
options(repos=Sys.getenv("R_MIRROR"))
install.packages(c("caret", "doMC", "e1071", "foreach", "iterators", "kernlab", "multicore", "plyr", "reshape", "randomForest", "RANN", "TunePareto"),lib=Sys.getenv("R_LIBS"))