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:
@@ -20794,19 +20794,19 @@ Core algorithms are executed in parallel on systems supporting OpenMP.")
|
||||
(define-public r-rcpproll
|
||||
(package
|
||||
(name "r-rcpproll")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppRoll" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1prnc3svhc2v1w97vbdzfyxh545zx2h0p9d1q4753f7ynrwdkxfj"))))
|
||||
"10cznxyjlb2n4lhlqb9f9da37skzmglgmczpbwa3918dpjkh2zci"))))
|
||||
(properties `((upstream-name . "RcppRoll")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(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")
|
||||
(synopsis "Efficient rolling and windowed operations")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user