Skip to content

A dashboard for visualising the epidemiological parameters stored in the epiparameter package.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jamesmbaazam/epiparameterDashboard

Repository files navigation

epiparameterDashboard

License: MIT R-CMD-check Codecov test coverage lifecycle-concept

epiparameterDashboard provides a dashboard to explore the database of epidemiological parameters provided by the epiparameter package.

Demo

You can access the deployed dashboard here.

Alternatively, you can run with the following code in your R console. It will download the app and run it in your browser.

# Install the shiny package if not already installed
if (!require("shiny")) install.packages("shiny")
# Download and launch the dashboard
shiny::runGitHub("epiparameterDashboard", "jamesmbaazam")

Development

Lifecycle

This package is currently a concept, as defined by the RECON software lifecycle. This means that essential features and mechanisms are still being developed, and the package is not ready for use outside of the development team.

Contributions

If you have ideas to improve the app, you can file an issue. Contributions are also welcome via pull requests.

Code of Conduct

Please note that the epiparameterDashboard project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.