summaryrefslogtreecommitdiff
path: root/packs.R
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-01-31 10:27:08 +0100
committerAndreas Maunz <andreas@maunz.de>2012-01-31 10:27:08 +0100
commitb4fe271712f34a9723b13973b467317718c13e4b (patch)
tree3d3c21751d521ed82d40f581e7e17a62b1166c83 /packs.R
parentb6fb537437568bdf274451554663d8273151ffe8 (diff)
parent9282f0715873f96cf43c23261a808dc00fb78914 (diff)
Merge branch 'caret' into pc_new_1
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..b130360
--- /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"))