summaryrefslogtreecommitdiff
path: root/bin/packs.R
diff options
context:
space:
mode:
Diffstat (limited to 'bin/packs.R')
-rw-r--r--bin/packs.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/packs.R b/bin/packs.R
index a4d61a0..c8196af 100644
--- a/bin/packs.R
+++ b/bin/packs.R
@@ -3,5 +3,5 @@
# set mirror to avoid questioning the user
-options(repos=Sys.getenv("R_MIRROR"))
+options(repos=Sys.getenv("CRAN_MIRROR"))
install.packages(c("caret", "doMC", "e1071", "foreach", "iterators", "kernlab", "multicore", "plyr", "reshape", "randomForest", "RANN", "TunePareto"),lib=Sys.getenv("R_LIBS"))