https://github.com/sodascience/disease_database_viewer
Viewer for historical disease database
https://github.com/sodascience/disease_database_viewer
disease-spread history mapping shiny-apps
Last synced: 12 months ago
JSON representation
Viewer for historical disease database
- Host: GitHub
- URL: https://github.com/sodascience/disease_database_viewer
- Owner: sodascience
- License: mit
- Created: 2025-02-26T09:34:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T14:56:45.000Z (about 1 year ago)
- Last Synced: 2025-06-06T14:06:47.608Z (about 1 year ago)
- Topics: disease-spread, history, mapping, shiny-apps
- Language: R
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disease database viewer
This repository contains a basic Shiny app to interactively view our [historical disease database](https://github.com/sodascience/disease_database).

To run the app, install a recent version of R. Then, from within R, run:
```R
install.packages(c("shiny", "bslib", "duckdb", "tidyverse", "sf", "glue"))
shiny::runGitHub("sodascience/disease_database_viewer")
```
## Contact
This is a project by the [ODISSEI Social Data Science (SoDa)](https://odissei-soda.nl) team.
Do you have questions, suggestions, or remarks on the technical implementation? Create an issue in the [issue tracker](https://github.com/sodascience/disease_database_viewer/issues) or feel free to contact [Erik-Jan van Kesteren](https://github.com/vankesteren).