summaryrefslogtreecommitdiff
path: root/packs.R
blob: d89c94bb45e6ccf5fab846b784ada4e766e892a5 (plain)
1
2
3
4
5
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", "TunePareto"))