Skip to content

Instantly share code, notes, and snippets.

@alvaromuir
Last active January 15, 2016 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvaromuir/037554099255ca1fea70 to your computer and use it in GitHub Desktop.
Save alvaromuir/037554099255ca1fea70 to your computer and use it in GitHub Desktop.
R Setup packages
# $ brew install unixodbc on mac
install.packages("devtools")
devtools::install_github("selva86/InformationValue")
install.packages(c("RODBC","RPostgreSQL","RSQLite","RMySQL",
"xlsx","XLConnect","foreign",
"dplyr","tidyr","stringr","lubridate","reshape",
"ggplot2","ggvis","rgl","htmlwidgets","googleVis","RColorBrewer",
"car","mgcv","lm4e","nlme","randomForest","multicomp","vcd","gimnet","survival","caret",
"shiny","markdown","xtable","Sweave","knitr",
"sp","maptools","maps","ggmap",
"zoo","xts","quantmod","data.table","parallel",
"party","Boruta","relimpo","earth","InformationValue",
"rzmq","repr","IRkernel","IRdisplay",
"XML","jsonlite","httr"),
repos = c("http://irkernel.github.io/", getOption("repos")))
IRkernel::installspec()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment