Skip to content

davidshumway/cs424

Repository files navigation

CS424 Project 1

Installation

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

Running the program

The program may then be run in an R console:

shiny::runApp()

This will open a web browser pointed to the running program.

RStudio

Alternatively, the program may be run via RStudio by first downloading and install RStudio here: (https://rstudio.com/products/rstudio/download/).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published