1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-rcpproll: Update to 0.3.2.

* gnu/packages/cran.scm (r-rcpproll): Update to 0.3.2.
[native-inputs]: Add r-zoo.

Change-Id: I1ed75a398ba22e715a5583a07a753a87ccf2b7e2
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:48 +02:00
parent d819dea541
commit e15b88ddf3

View File

@@ -20794,19 +20794,19 @@ Core algorithms are executed in parallel on systems supporting OpenMP.")
(define-public r-rcpproll (define-public r-rcpproll
(package (package
(name "r-rcpproll") (name "r-rcpproll")
(version "0.3.1") (version "0.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RcppRoll" version)) (uri (cran-uri "RcppRoll" version))
(sha256 (sha256
(base32 (base32
"1prnc3svhc2v1w97vbdzfyxh545zx2h0p9d1q4753f7ynrwdkxfj")))) "10cznxyjlb2n4lhlqb9f9da37skzmglgmczpbwa3918dpjkh2zci"))))
(properties `((upstream-name . "RcppRoll"))) (properties `((upstream-name . "RcppRoll")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-rcpp)) (list r-rcpp))
(native-inputs (list r-testthat)) (native-inputs (list r-testthat r-zoo))
(home-page "https://cran.r-project.org/web/packages/RcppRoll") (home-page "https://cran.r-project.org/web/packages/RcppRoll")
(synopsis "Efficient rolling and windowed operations") (synopsis "Efficient rolling and windowed operations")
(description (description