Install the following packages in R:
install.packages('shiny')
install.packages('DT')
install.packages('data.table')
install.packages('ggplot2')
install.packages('usmap')
install.packages('scales')
install.packages('stringr')
install.packages('shinydashboard')
install.packages('tidyr')
Clone the package:
$ git clone https://github.com/davidshumway/cs424 && cd ./cs424
The program may then be run in an R console:
shiny::runApp()
This will open a web browser pointed to the running program.
Alternatively, the program may be run via RStudio by first downloading and install RStudio here: (https://rstudio.com/products/rstudio/download/).