Skip to content

Commit 1986dcd

Browse files
committed
prepare CRAN release
1 parent 91a2e74 commit 1986dcd

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

pkg/DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: forecastHybrid
22
Title: Convenient Functions for Ensemble Time Series Forecasts
3-
Version: 5.1.20
4-
Date: 2025-07-03
3+
Version: 5.1.21
4+
Date: 2026-01-14
55
Authors@R: c(
66
person("David", "Shaub", email = "davidshaub@alumni.harvard.edu", role = c("aut", "cre")),
77
person("Peter", "Ellis", email = "peter.ellis2013nz@gmail.com", role = c("aut"))
@@ -33,7 +33,7 @@ License: GPL-3
3333
URL: https://gitlab.com/dashaub/forecastHybrid, https://github.com/ellisp/forecastHybrid
3434
BugReports: https://github.com/ellisp/forecastHybrid/issues
3535
LazyData: true
36-
RoxygenNote: 7.3.2
36+
RoxygenNote: 7.3.3
3737
ByteCompile: true
3838
NeedsCompilation: no
3939
Encoding: UTF-8

pkg/inst/NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 5.1.21 [2025-01-14]
2+
* Support the new `fc_model` objects from `forecast` package version 9
3+
* Safer handling of series in `cvts()`
4+
* Linting to use implicit returns
5+
16
# Version 5.1.20 [2025-07-03]
27
* Main project repo is now hosted on [Gitlab](https://gitlab.com/dashaub/forecastHybrid/). The [GitHub](https://github.com/ellisp/forecastHybrid) repo may not be the most up to date.
38
* Added second GPG signing key davidshaub@alumni.harvard.edu to package in addition to deprecated davidshaub@gmx.com key in `inst` directory.

0 commit comments

Comments
 (0)