https://github.com/jamesmbaazam/epiparameterdashboard
A dashboard for visualising the epidemiological parameters stored in the epiparameter package.
https://github.com/jamesmbaazam/epiparameterdashboard
epidemiological-delay-distribution epidemiological-modelling epidemiology infectious-disease-models r-package rshinydashboard rstats-package
Last synced: 3 months ago
JSON representation
A dashboard for visualising the epidemiological parameters stored in the epiparameter package.
- Host: GitHub
- URL: https://github.com/jamesmbaazam/epiparameterdashboard
- Owner: jamesmbaazam
- License: other
- Created: 2024-03-27T14:37:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T16:42:50.000Z (8 months ago)
- Last Synced: 2025-04-01T23:35:37.482Z (3 months ago)
- Topics: epidemiological-delay-distribution, epidemiological-modelling, epidemiology, infectious-disease-models, r-package, rshinydashboard, rstats-package
- Language: HTML
- Homepage: https://james-mba-azam.shinyapps.io/epiparameterdashboard/
- Size: 4.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# {{ packagename }}
[](https://opensource.org/license/mit/)
[](https://github.com/{{ gh_repo }}/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/{{ gh_repo }}?branch=main)
[](https://www.reconverse.org/lifecycle.html#concept){{ packagename }} provides a dashboard to explore the database of epidemiological parameters
provided by the [epiparameter](epiverse-trace/epiparameter) package.## Demo
You can access the deployed dashboard [here](https://james-mba-azam.shinyapps.io/epiparameterdashboard/).
Alternatively, you can run with the following code in your R console. It will download the app and run it in your browser.
```r
# 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](https://www.reconverse.org/lifecycle.html). 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](https://github.com/{{ gh_repo }}/issues). Contributions are also welcome via [pull requests](https://github.com/{{ gh_repo }}/pulls).
### Code of Conduct
Please note that the {{ packagename }} project is released with a
[Contributor Code of Conduct](https://github.com/epiverse-trace/.github/blob/main/CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.