https://github.com/epiforecasts/covid19.track.severity
https://github.com/epiforecasts/covid19.track.severity
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/epiforecasts/covid19.track.severity
- Owner: epiforecasts
- License: other
- Created: 2021-02-08T20:52:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T19:35:01.000Z (almost 5 years ago)
- Last Synced: 2023-03-03T19:34:33.440Z (over 3 years ago)
- Language: R
- Size: 10.4 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
eval = TRUE
)
```
# Track Covid-19 severity measures
[](https://www.tidyverse.org/lifecycle/#experimental)
## Installation
Install the unstable development version of the package with:
```{r, eval = FALSE}
remotes::install_github("epiforecasts/covid19.track.severity")
```
## Proof of concept
* Packages
```{r}
# Packages ----------------------------------------------------------------
library(covid19.track.severity)
```