summaryrefslogtreecommitdiff
path: root/packs.R
diff options
context:
space:
mode:
Diffstat (limited to 'packs.R')
-rw-r--r--packs.R6
1 files changed, 6 insertions, 0 deletions
diff --git a/packs.R b/packs.R
new file mode 100644
index 0000000..b6b1930
--- /dev/null
+++ b/packs.R
@@ -0,0 +1,6 @@
+# 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"))