Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seandavi committed Mar 29, 2020
1 parent d3a6f42 commit 667f74d
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# sars2pack

```
BioManager::install('seandavi/sars2pack')
# OR
devtools::install_github('seandavi/sars2pack')
```

# Features

- [X] Access data from multiple sources:

```
jhu_data()
usa_facts_data()
nytimes_county_data()
nytimes_state_data()
```

- [X] Estimate R0 for localities or countries.
- [X] Visualize time series pandemic case growth
- [X] Perform data mashups between COVID-19 pandemic data and
additional geographic, financial, and demographic datasets
- [ ] Create static and interactive maps of COVID-19 data for states,
countries, or even counties.


# Workflow status

| Workflow Status | Description |
Expand All @@ -6,8 +33,6 @@
| ![pkgdown site](https://github.com/seandavi/sars2pack/workflows/pkgdown%20site/badge.svg) | Prepare and publish [pkgdown documentation](https://seandavi.github.io/sars2pack/) |


# sars2pack


covid-19 work from John Mallery and Charles Morefield

Expand Down

0 comments on commit 667f74d

Please sign in to comment.