Skip to content
Permalink
44977a59c6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (14 sloc) 985 Bytes

IDEA-COVID-SafeCampus

Note: For extensive information, see our SafeCampus Wiki.

The notes below are meant to be used for cloning the repo and code contributions.

About SafeCampus

SafeCampus is a web application built on the R Shiny application framework, written primarily in R, with some UI functionality written in Javascript. It creates highly visual analysis of campus population data provided by RPI. You will find live versions of the app at the following locations:

Insert Link (primary)

Insert Link (secondary)

Overview Video: Insert Link

Local Deployment

To run a local instance of SafeCampus, follow the steps below:

  1. Clone the repository to your local setup; the directory IDEA-COVID-SAfeCampus will be created.
  2. Open RStudio and navigate to the IDEA-COVID-SAfeCampus directory using the RStudio files tab.
  3. Set the working directory to IDEA-COVID-SAfeCampus.
  4. Double-click to open app.R and select Run App on the top-right corner of the code window.