gnu: r-forecast: Update to 8.13.
* gnu/packages/cran.scm (r-forecast): Update to 8.13.master
parent
ad10a45225
commit
df2210be8b
|
@ -20307,14 +20307,14 @@ Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
|
||||||
(define-public r-forecast
|
(define-public r-forecast
|
||||||
(package
|
(package
|
||||||
(name "r-forecast")
|
(name "r-forecast")
|
||||||
(version "8.12")
|
(version "8.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "forecast" version))
|
(uri (cran-uri "forecast" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ycj5z4wd5a16nlcjy07dqm8jkih240xa02cn4wvysnnhkapyq7b"))))
|
"0vrql5d4v28890np2m6ws1nr1fcl6frs1bz74vfkihkixcmkl3j9"))))
|
||||||
(properties `((upstream-name . "forecast")))
|
(properties `((upstream-name . "forecast")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue