An app to explore data for Types of Potentially-Mitigatable Activity (TPMAs).
The app is deployed to Posit Connect (login and permissions required).
To run the app, you must:
- create an
.Renvironfile from the.Renviron.exampletemplate - run
devtools::install_deps(dependencies = TRUE)to install required dependencies from theDESCRIPTION - run
dev/app.Rto launch the app locally for development purposes - run
dev/deploy.Rto deploy the app to Posit Connect when ready
The app is made with Shiny and is an R package following the nolem approach. In R/:
- Shiny modules (server and UI components) are stored in
mod_*.Rscripts - functions to help prepare data are in
utils_*.Rscripts - logic for user facing outputs (plots, tables) are in
fct_*.Rscripts