Installation
Zhao, Xuan edited this page Dec 5, 2020
·
14 revisions
Technologies Required
R
The latest version of R can be installed from the official website https://cran.rstudio.com/. The app requires R 3.6.0+
RStudio
RStudio can be installed directly from the official website https://rstudio.com/. The app requires RStudio 1.1.4+
Libraries Required
StudySafe requires the following external libraries:
"shiny", "shinydashboard", "shinyjs", "ggplot2", "shinyWidgets", "tidyverse",
"tidyr", "lubridate", "plyr", "scales", "zoo", "ggalt", "leaflet", "plotly",
"wesanderson", "reactable"
These can be installed by running the script read_wapData.R
This may take several minutes.
Local Setup
To run a local instance of the application, follow the steps below:
- Clone the repository to your local setup.
- Open RStudio and navigate to your local repository location in the RStudio files tab.
- Open app.R and select Run App on the top-right corner of the code window.