summaryrefslogtreecommitdiff
path: root/packs.R
diff options
context:
space:
mode:
Diffstat (limited to 'packs.R')
-rw-r--r--packs.R6
1 files changed, 0 insertions, 6 deletions
diff --git a/packs.R b/packs.R
deleted file mode 100644
index d89c94b..0000000
--- a/packs.R
+++ /dev/null
@@ -1,6 +0,0 @@
-# CRAN package installer for opentox-ruby
-# AM, 2012
-
-# set mirror to avoid questioning the user
-options(repos="http://mirrors.softliste.de/cran")
-install.packages(c("caret", "doMC", "e1071", "foreach", "iterators", "kernlab", "multicore", "plyr", "reshape", "randomForest", "RANN", "TunePareto"))