summaryrefslogtreecommitdiff
path: root/bin/packs.R
diff options
context:
space:
mode:
Diffstat (limited to 'bin/packs.R')
-rw-r--r--bin/packs.R5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/packs.R b/bin/packs.R
index de706e4..a4d61a0 100644
--- a/bin/packs.R
+++ b/bin/packs.R
@@ -1,6 +1,7 @@
# CRAN package installer for opentox-ruby
-# AM, 2012
+# AM/ DV, 2014
+
# set mirror to avoid questioning the user
-options(repos="http://mirrors.softliste.de/cran")
+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"))