Skip to content

Commit

Permalink
Issue 248: Add package workflow diagram to readme (#249)
Browse files Browse the repository at this point in the history
* add language to readme

* Add files via upload

* Add files via upload

* remove fig

* Add files via upload

* add svg

* delete png

* add package workflow diagram

* run pre-commit locally

* Add files via upload

* Update README.md

* Update README.md

Co-authored-by: George G. Vega Yon <[email protected]>

---------

Co-authored-by: George G. Vega Yon <[email protected]>
  • Loading branch information
kaitejohnson and gvegayon authored Nov 6, 2024
1 parent c24acfd commit 878d7f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Add wastewater data into the forecast period to output in `generate_simulated_data()` function and as package data. Also adds subpopulation-level
hospital admissions to output of function and package data. ([#184](https://github.com/CDCgov/ww-inference-model/issues/184))
- `wwinference` now checks whether `site_pop` is fixed per site (see issue [#223](https://github.com/CDCgov/ww-inference-model/issues/226) reported by [@akeyel](https://github.com/akeyel)).
- Add package workflow diagram to readme ([#248](https://github.com/CDCgov/ww-inference-model/issues/248))
- `get_plot_subpop_rt()` now uses a shared y-axis to facilitate comparison of R(t) estimates) ([#245](https://github.com/CDCgov/ww-inference-model/issues/245))

## Internal changes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ This will help make clear the data requirements and how to structure this data t
- Sam Abbott (seabbs)
- Damon Bayer (damonbayer)

# Package workflow
The following depicts the suggested workflow for fitting the wastewater-informed forecasting model. See the ["Getting Started" vignette](https://cdcgov.github.io/ww-inference-model/articles/wwinference.html) for a full example.
![](./man/figures/wwinference_workflow.png)

# Installing and running code

## Install R
Expand Down
1 change: 1 addition & 0 deletions man/figures/wwinference_package_workflow.svg
Loading
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/wwinference_workflow.png
Loading
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 878d7f8

Please sign in to comment.