Skip to content

Commit 13d0655

Browse files
committed
passing check & news
1 parent 6c9e584 commit 13d0655

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: epipredict
22
Title: Basic epidemiology forecasting methods
3-
Version: 0.1.8
3+
Version: 0.1.9
44
Authors@R: c(
55
person("Daniel J.", "McDonald", , "daniel@stat.ubc.ca", role = c("aut", "cre")),
66
person("Ryan", "Tibshirani", , "ryantibs@cmu.edu", role = "aut"),
@@ -53,6 +53,7 @@ Suggests:
5353
epidatr (>= 1.0.0),
5454
fs,
5555
grf,
56+
here,
5657
knitr,
5758
lubridate,
5859
poissonreg,

Diff for: NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
2020
- Fix `quantile_reg()` producing error when asked to output just median-level predictions.
2121
- (temporary) ahead negative is allowed for `step_epi_ahead` until we have `step_epi_shift`
2222
- Add `reference_date` as an argument to `epi_recipe()`
23+
- Add `plot_data` to `autoplot` so that forecasts can be plotted against the values they're predicting
2324

2425
## Bug fixes
2526
- Shifting no columns results in no error for either `step_epi_ahead` and `step_epi_lag`

0 commit comments

Comments
 (0)