pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-forecast



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan 26 11:20:48 UTC 2024

Modified Files:
        pkgsrc/math/R-forecast: Makefile distinfo

Log Message:
(math/R-forecast) Updated 8.21 to 8.21.1

# forecast 8.21.1
  * nnetar now allows p or P to be 0
  * Bug fixes and improved docs


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-forecast/Makefile \
    pkgsrc/math/R-forecast/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-forecast/Makefile
diff -u pkgsrc/math/R-forecast/Makefile:1.6 pkgsrc/math/R-forecast/Makefile:1.7
--- pkgsrc/math/R-forecast/Makefile:1.6 Mon Jun 12 12:54:14 2023
+++ pkgsrc/math/R-forecast/Makefile     Fri Jan 26 11:20:48 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/06/12 12:54:14 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/26 11:20:48 mef Exp $
 
 R_PKGNAME=     forecast
-R_PKGVER=      8.21
+R_PKGVER=      8.21.1
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Forecasting functions for time series and linear models
@@ -18,6 +18,12 @@ 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
 
+# Packages suggested but not available:
+#   'forecTheta', 'rticles', 'seasonal', 'uroot'
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 USE_LANGUAGES= c c++ fortran
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/math/R-forecast/distinfo
diff -u pkgsrc/math/R-forecast/distinfo:1.6 pkgsrc/math/R-forecast/distinfo:1.7
--- pkgsrc/math/R-forecast/distinfo:1.6 Mon Jun 12 12:54:14 2023
+++ pkgsrc/math/R-forecast/distinfo     Fri Jan 26 11:20:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/06/12 12:54:14 mef Exp $
+$NetBSD: distinfo,v 1.7 2024/01/26 11:20:48 mef Exp $
 
-BLAKE2s (R/forecast_8.21.tar.gz) = 9bbb7735273974fe22d80e87b190df80e7380c9252c66b47dd68561c1abd779b
-SHA512 (R/forecast_8.21.tar.gz) = 640df98be113d9f610e1a866c4d55c267917890fcc8751756391173482f5d61ce120f8bbac7d9e94758c97948123ee05e096178af05e548e64c3b91040489b89
-Size (R/forecast_8.21.tar.gz) = 793718 bytes
+BLAKE2s (R/forecast_8.21.1.tar.gz) = 60816d7be115b8a99772182c978bf29b3f2dbd952aa4cf892ebd59f92999a189
+SHA512 (R/forecast_8.21.1.tar.gz) = 99686195d909559fed528e1c209bca89cd90d9a93b4667adacf3a718927dcf9157764e139bfdb58afaf9e25656b318e07f1f3abc74410b83521d678d00624e25
+Size (R/forecast_8.21.1.tar.gz) = 591793 bytes



Home | Main Index | Thread Index | Old Index