Skip to content

The-Strategy-Unit/tpma-explorer

Repository files navigation

tpma-explorer

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

An app to explore data for Types of Potentially-Mitigatable Activity (TPMAs).

The app is deployed to Posit Connect (login and permissions required).

For developers

To run the app, you must:

  • create an .Renviron file from the .Renviron.example template
  • run devtools::install_deps(dependencies = TRUE) to install required dependencies from the DESCRIPTION
  • run dev/app.R to launch the app locally for development purposes
  • run dev/deploy.R to 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_*.R scripts
  • functions to help prepare data are in utils_*.R scripts
  • logic for user facing outputs (plots, tables) are in fct_*.R scripts

About

Shiny app: explore data for types of potentially-mitigatable activity (TPMAs)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages