Skip to content

Commit f805c3b

Browse files
committed
doc: bump version
1 parent cbb1d72 commit f805c3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

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

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
77
- add `check_enough_train_data` that will error if training data is too small
88
- added `check_enough_train_data` to `arx_forecaster`
99
- simplify `layer_residual_quantiles()` to avoid timesuck in `utils::methods()`
10-
- rename the `dist_quantiles()` to be more descriptive, breaking change)
10+
- rename the `dist_quantiles()` to be more descriptive, breaking change
1111
- removes previous `pivot_quantiles()` (now `*_wider()`, breaking change)
1212
- add `pivot_quantiles_wider()` for easier plotting
1313
- add complement `pivot_quantiles_longer()`
@@ -31,3 +31,4 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
3131
- Publish public for easy navigation
3232
- Two simple forecasters as test beds
3333
- Working vignette
34+
- use `checkmate` for input validation

0 commit comments

Comments
 (0)