summaryrefslogtreecommitdiff
path: root/packs.R
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-07-24 16:04:34 +0200
committerAndreas Maunz <andreas@maunz.de>2012-07-24 16:04:34 +0200
commitf7345788b7dde028f1600194ba8f668fd6295ceb (patch)
tree784955848f811adb8dfee30537a8febbce9e4511 /packs.R
parent365ad4e93288b96233e38c6bc732c197315d41cf (diff)
parent6f799b8fb74e662970f8f5a2112a4a75cbcc5ead (diff)
Initial version of modular
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"))