Skip to content

Commit

Permalink
Dropped "arm" dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmyleswhite committed Feb 20, 2012
1 parent 0e25c99 commit 460d1d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package_installer.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@
# Create a vector containing all of the packages that will be used in the case studies
# (in no particular order)

cran.packages <- c("arm","ggplot2","glmnet","igraph","lme4","lubridate","plyr","RCurl","RJSONIO","tm","XML")
cran.packages <- c("ggplot2",
"glmnet",
"igraph",
"lme4",
"lubridate",
"plyr",
"RCurl",
"RJSONIO",
"tm",
"XML")

cat("This script will now attempt to install all of the R packages used in 'Machine Learning for Hackers'")

Expand Down

0 comments on commit 460d1d6

Please sign in to comment.