# Some necessary packages!
install.packages(c("devtools","doParallel","doMC","statnet","igraph","dplyr","reshape","reshape2","plyr","tidyr","lubridate","jsonlite","magrittr","stringi","stringr","data.table","sqldf"))
# topicmodels needs gsl
install.packages(c("RTextTools","topicmodels","glmnet","Zelig"))
library(devtools)
install_github("retrography/OrientR")