Skip to content

Instantly share code, notes, and snippets.

@InFog
Created January 16, 2014 00:54
Show Gist options
  • Save InFog/8447860 to your computer and use it in GitHub Desktop.
Save InFog/8447860 to your computer and use it in GitHub Desktop.
Debian packages for O'Reilly's "Machine Learning for Hackers"
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