Skip to content

Commit 9e9a4a1

Browse files
authored
Merge pull request #466 from XuedaShen/slide_doc
`slide.Rmd` seems to contain legacy info on `epi_slide`
2 parents 01d77aa + dee77ed commit 9e9a4a1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
3333
- Clarified "Get started" example of getting Ebola line list data into `epi_df`
3434
format.
3535
- Improved documentation web site landing page's introduction.
36+
- Fixed documentation referring to old `epi_slide()` interface (#466, thanks
37+
@XuedaShen!).
38+
39+
## Cleanup
40+
- Resolved some linting messages in package checks (#468).
3641

3742
# epiprocess 0.7.0
3843

vignettes/slide.Rmd

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ as `Date` objects, then one time step is one day, since `as.Date("2022-01-01") +
2121
1` equals `as.Date("2022-01-02")`. Alternatively, the time step can be specified
2222
manually in the call to `epi_slide()`; you can read the documentation for more
2323
details. Furthermore, the alignment of the running window used in `epi_slide()`
24-
can be "right", "center", or "left"; the default is "right", and is what we use
25-
in this vignette.
24+
is specified by `before` and `after`.
2625

2726
As in getting started guide, we'll fetch daily reported COVID-19 cases from CA,
2827
FL, NY, and TX (note: here we're using new, not cumulative cases) using the

0 commit comments

Comments
 (0)