summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2014-10-10 11:33:27 +0200
committermguetlein <martin.guetlein@gmail.com>2014-10-10 11:33:27 +0200
commitbaba9f304aa40856fc1aea36a4b06917e25d3f1a (patch)
tree28ea20ca770e9f834e37ed4caa74761bb969f928
parent02e63dd161f07b9ec750af61b933ce60c34be42c (diff)
parentb991abd03e726a06d0e807a750acbc5162335e94 (diff)
Merge branch 'development' of ssh://github.com/opentox/algorithm into development
-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"))