Installations.R

#!/usr/bin/Rsript
# ---------------------------------------------------------
# Filename      : Installations.R
# Authors       : Abishek Murali, Siddharth Arora, Ivan Despot, Avinash Prabhakaran
# Description   : Pre-Installation libraries
# Credit script : https://github.com/IsmailM/R-Core/blob/master/Installations.R
# ---------------------------------------------------------

#############################################################################
#       Load necessary dependancies, if not previously installed            #
#############################################################################

install.packages("httpuv")
install.packages("httr")
install.packages("dplyr")
install.packages("purrr")
install.packages("ggplot2")
install.packages("forcats")
install.packages("glue")
install.packages("knitr")
install.packages("testthat")
install.packages("rmarkdown")
UBC-MDS/gitBusy documentation built on May 24, 2019, 9:50 a.m.