summaryrefslogtreecommitdiff
path: root/packs.R
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-03-13 12:13:23 +0100
committerrautenberg <rautenberg@in-silico.ch>2012-03-13 12:13:23 +0100
commit65b517dd4494d730bf5602bd070a59d0044efe5b (patch)
tree7443c67b2813a9f04483ba8c59f0fd8c2a798923 /packs.R
parentfe3e3f88762df7cc57df76fe4d2a10602a3daa73 (diff)
parent803ae809cc5092e082ee527dac6eb25c1a63dcf3 (diff)
Merge branch 'release/v3.1.0'v3.1.0
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"))