Skip to content

Commit

Permalink
Merge pull request #2 from seandavi/master
Browse files Browse the repository at this point in the history
merging in sean's latest
  • Loading branch information
vjcitn committed Mar 30, 2020
2 parents d09dd14 + d57f93b commit bb68a8b
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-or-problem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report or problem
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**

Ideally, submit a reproducible example with code and error. If that is not possible, submit what you can.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Ouptput of `sessionInfo`**
Type `sessionInfo()` into your *R* session and paste the results here surrounded by '```' above and below.

**Additional context**
Add any other context about the problem here.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/new-data-resource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: New data resource
about: Suggest new data resource
title: "[New Data Resource]"
labels: enhancement
assignees: ''

---

**Describe the data resource you'd like to add**
Include:
- An overview of the data resource
- How you would like to use the resource in the context of this package

**Access details**
- URL:
- Format: .csv, .tsv, .json, etc.
- Open access: [ ] Yes or [ ] No (include additional information)

**Additional context**
Add any other context or screenshots about the data request here.

Please consider a pull request in addition to or in place of this feature request.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question-or-comment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question or comment
about: Ask a question or make a comment for discussion
title: ''
labels: ''
assignees: ''

---


7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ devtools::install_github('seandavi/sars2pack')
- [ ] Create static and interactive maps of COVID-19 data for states,
countries, or even counties.

## Visualization

![](man/figures/africa_geo.png)
![](man/figures/cc_ts_plot_log-1.png)
![](man/figures/epicurve_and_model.png)


# Workflow status

Automated workflows and current status.
Expand Down
Binary file added man/figures/africa_geo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/cc_ts_plot_log-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/epicurve_and_model.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb68a8b

Please sign in to comment.