Last active
January 15, 2016 01:49
-
-
Save alvaromuir/037554099255ca1fea70 to your computer and use it in GitHub Desktop.
R Setup packages
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
# $ 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