This is the shiny risk visualization web application proudly developed by Professor Levi Waldron, Jasmine Abdelnabi, Marcel Ramos, Finn Schubert, Katarzyna Wyka, Henry Wang, and Cody Boppert
- Install the R Programming Language - http://www.r-project.org
- Start the R programming language environment in the terminal
- Install the following libraries using 'install.packages("packageName")'
- googleVis
- shiny
- grid
- stats
- 'library(shiny)'
- runApp("~/path/to/vizrisk_cunysph/GeoVizMS/")
- Voila!