pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-forecast Update to 8.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4349cc99ec53
branches:  trunk
changeset: 391336:4349cc99ec53
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jan 08 03:34:41 2023 +0000

description:
Update to 8.20
Add missing DEPENDS

Upstream changes:
forecast 8.20 (2 January 2023)
Improvements to unit tests, and migrate to testthat 3e
Prevent failure in C23 mode
forecast 8.19 (20 November 2022)
Bug fixes
forecast 8.18 (30 September 2022)
Updated RW forecasts to use an unbiased estimate of sigma2
Bug fixes
forecast 8.17 (25 July 2022)
Updated dm.test() to add alternative variance estimators. (#898)
Added simulate.tbats() for simulating from TBATS models.
Added dependency on generics for accuracy() and forecast() (#902)
Bux fixes
forecast 8.16 (10 January 2022)
Fixed tslm() incorrectly applying Box-Cox transformations when an mts is provided to the data argument (#886).
Set D=0 when auto.arima applied to series with 2m observations or fewer.
Improved performance of parallel search of ARIMA models (jonlachmann, #891).
Fixed scoping of functions used in ggAcf() (#896).
Fixed checks on xreg in simulate.Arima() (#818)
Improved docs and bug fixes.
forecast 8.15 (1 June 2021)
Changed summary() methods to defer console output until print()
Changed default s.window values for mstl(), stlf() and stlm(). The new defaults are based on extensive empirical testing.
forecast 8.14 (11 March 2021)
Changed default BoxCox(lambda = "auto") lower bound to -0.9.
Use better variance estimates for ets() bias adjustments.
Improved robustness of autoplot.seas() for non-seasonal decomposition.
Fixed scoping of parameters in auto.arima(parallel = TRUE) (#874).
Fixed handling of xreg in tsCV().
forecast 8.13 (11 September 2020)
Fixed forecasts from Arima with drift with initial NAs.
Fixed season colours in gglagplot() to match y-axis (original data).
Fixed facet order for classical decomposition autoplot()
Fixed summary() erroring for tslm() models containing NA values.
forecast 8.12 (21 March 2020)
Fixed bias adjusted forecast mean for ARIMA forecasts.
Improved naming of accuracy() generic formals.
Fix seasonal periods for taylor dataset.
forecast 8.11 (9 February 2020)
The axis for gglagplot() have been reversed for consistency with stats::lag.plot().
forecast 8.10 (4 December 2019)
Updates to remove new CRAN errors
Bug fixes
forecast 8.9 (22 August 2019)
Updates for CRAN policies on Suggests packages
Bug fixes
forecast 8.8 (22 July 2019)
Updates for compatibility with fable
Bug fixes

diffstat:

 math/R-forecast/Makefile |  5 +++--
 math/R-forecast/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 700e3fed6ac8 -r 4349cc99ec53 math/R-forecast/Makefile
--- a/math/R-forecast/Makefile  Sun Jan 08 03:28:47 2023 +0000
+++ b/math/R-forecast/Makefile  Sun Jan 08 03:34:41 2023 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:49 brook Exp $
+# $NetBSD: Makefile,v 1.5 2023/01/08 03:34:41 wen Exp $
 
 R_PKGNAME=     forecast
-R_PKGVER=      8.7
+R_PKGVER=      8.20
 CATEGORIES=    math
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -17,6 +17,7 @@
 DEPENDS+=      R-urca>=1.3.0:../../math/R-urca
 DEPENDS+=      R-zoo>=1.8.6:../../math/R-zoo
 DEPENDS+=      R-timeDate>=3043.102:../../time/R-timeDate
+DEPENDS+=      R-generics>=0.1.2:../../math/R-generics
 
 USE_LANGUAGES= c c++ fortran
 
diff -r 700e3fed6ac8 -r 4349cc99ec53 math/R-forecast/distinfo
--- a/math/R-forecast/distinfo  Sun Jan 08 03:28:47 2023 +0000
+++ b/math/R-forecast/distinfo  Sun Jan 08 03:34:41 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:26 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/01/08 03:34:41 wen Exp $
 
-BLAKE2s (R/forecast_8.7.tar.gz) = 2b3927a2a11980465a8fcbef43e54327171b5989cc0166028358dee911137a19
-SHA512 (R/forecast_8.7.tar.gz) = 096f813bc77c843c5cbeba9bfa36d6f91c6781ef7ec88acc5fc9f243cde4978083de0f6662e1458191709efa8b0f77798f36ea2deab5ccd18c47af0478861352
-Size (R/forecast_8.7.tar.gz) = 909190 bytes
+BLAKE2s (R/forecast_8.20.tar.gz) = e7f08048af8835ee762a78b91ef2556bc1a4e80dbcecaed3b820c176798be7c5
+SHA512 (R/forecast_8.20.tar.gz) = e8561513686f48086a5db3c775ae86bb4b6fc0f041c20fce0a41a386fc6085e0d8395d82c9f7b8b198d53562d2a245f88078337cbaee9481b58669707637f66a
+Size (R/forecast_8.20.tar.gz) = 591668 bytes



Home | Main Index | Thread Index | Old Index