You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of *vizid* is to make it easy to visualize infectious-disease data in `R`, particularly data obtained from the [International Infectious Disease Data Archive (IIDDA)](https://github.com/canmod/iidda). It provides tools for transforming data frames so they carry the metadata needed to visualize themselves.
The package is pre-alpha -- we are documenting our [design ideas](https://canmod.github.io/vizid/articles/design.html) as we develop it.
## Installation
You can install the development version of vizid from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("canmod/vizid")
```
## Code of Conduct
Please note that the vizid project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.