summaryrefslogtreecommitdiff
path: root/packs.R
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-01-31 10:07:01 +0100
committerAndreas Maunz <andreas@maunz.de>2012-01-31 10:07:01 +0100
commit9282f0715873f96cf43c23261a808dc00fb78914 (patch)
tree3d3c21751d521ed82d40f581e7e17a62b1166c83 /packs.R
parent2e53016f91abb5af7e9cd24f336fce5f121c92ae (diff)
Fixed R lib installcaret
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"))