This script is sourced from setup_bootcamp.sh and sets R up.
# Install the hadleyverse
install.packages(c("dplyr","tidyr","stringr", "ggplot2", "reshape2", "httr", "readxl"), repos = 'http://cran.us.r-project.org')
# Other useful R Packages
install.packages(c("rio", "data.table", "knitr", "RColorBrewer", "RCurl", "readr"), repos = 'http://cran.us.r-project.org')
# Install bioconductor
source("http://bioconductor.org/biocLite.R")
biocLite()