Created
January 16, 2014 00:54
-
-
Save InFog/8447860 to your computer and use it in GitHub Desktop.
Debian packages for O'Reilly's "Machine Learning for Hackers"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Available packages (APT): | |
r-base | |
r-cran-ggplot2 | |
r-cran-lme4 | |
r-cran-reshape | |
r-cran-xml | |
CRAN only: | |
install.packages("arm", dependencies=TRUE) | |
install.packages("glmnet", dependencies=TRUE) | |
install.packages("igraph", dependencies=TRUE) | |
install.packages("lubridate", dependencies=TRUE) | |
install.packages("RCurl", dependencies=TRUE) | |
install.packages("RJSONIO", dependencies=TRUE) | |
install.packages("tm", dependencies=TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment