summaryrefslogtreecommitdiff
path: root/packs.R
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-02-09 15:47:19 +0100
committerAndreas Maunz <andreas@maunz.de>2012-02-09 15:47:19 +0100
commitd6d9bab4f77dc4e65f8120f2602d38178721a80e (patch)
treed1925cd14960d410353a567a1b331689abd4a428 /packs.R
parent33babc8050bf00dba4929cb35d65bef926c9b7b4 (diff)
parentca56463e893e0d058dc5571e673d2fbfe14508b2 (diff)
Merge branch 'pc_new_1' into development
Conflicts: config.sh
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"))