Skip to content

Commit b46ebb7

Browse files
committed
doc: version bump + news
1 parent d754409 commit b46ebb7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

DESCRIPTION

+1-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.0.13
3+
Version: 0.0.14
44
Authors@R: c(
55
person("Daniel", "McDonald", , "[email protected]", role = c("aut", "cre")),
66
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"),

NEWS.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
3131
- Working vignette
3232
- use `checkmate` for input validation
3333
- refactor quantile extrapolation (possibly creates different results)
34-
- force `target_date` + `forecast_date` handling to match the time_type of
35-
the epi_df. allows for annual and weekly data
34+
- force `target_date` + `forecast_date` handling to match the time_type of the
35+
epi_df. allows for annual and weekly data
3636
- add `check_enough_train_data()` that will error if training data is too small
3737
- added `check_enough_train_data()` to `arx_forecaster()`
38-
- `layer_residual_quantiles()` will now error if any of the residual quantiles are NA
38+
- `layer_residual_quantiles()` will now error if any of the residual quantiles
39+
are NA
3940
- `*_args_list()` functions now warn if `forecast_date + ahead != target_date`
40-
- the `predictor` argument in `arx_forecaster()` now defaults to the value of the `outcome` argument
41+
- the `predictor` argument in `arx_forecaster()` now defaults to the value of
42+
the `outcome` argument
4143
- `arx_fcast_epi_workflow()` and `arx_class_epi_workflow()` now default to
4244
`trainer = parsnip::logistic_reg()` to match their more canned versions.
45+
- add a `forecast()` method simplify generating forecasts

0 commit comments

Comments
 (0)