RStudio / Shiny app for exploring SentientSystem deviation analysis data
-
After cloning, acquire the deviation data (
converted_data.csv
) and save it under thedata/
folder. -
Open RStudio
-
Run the following commands in the repl:
install.packages(c("devtools", "ggplot2", "tidyverse", "lubridate", "shiny", "shinyTime"))
devtools::install_github('klmr/modules')
(This would be easier with automated dependency installation, see issue #12.)
-
Open
global.R
in RStudio -
Click "Run App" in the top right of the editor window to run the app