mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: r-rcpparmadillo: Update to 15.2.6-1.
* gnu/packages/cran.scm (r-rcpparmadillo): Update to 15.2.6-1. [native-inputs]: Add r-rcpp. Change-Id: Ie65583b32261f6acf6cb93b985f96933f97f0b88
This commit is contained in:
@@ -7253,18 +7253,18 @@ designed by Cynthia Brewer as described at http://colorbrewer2.org")
|
||||
(define-public r-rcpparmadillo
|
||||
(package
|
||||
(name "r-rcpparmadillo")
|
||||
(version "15.2.4-1")
|
||||
(version "15.2.6-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppArmadillo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01alhvrv3ndinywq5d7mi2jhim66lq8l84rc14zp9mb92lcpp5vw"))))
|
||||
"07wf1rmlm7hp06vcykmxwbzy01ri28zx20vz39j1sk3w1pck5h7r"))))
|
||||
(properties `((upstream-name . "RcppArmadillo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-rcpp))
|
||||
(native-inputs (list r-tinytest))
|
||||
(native-inputs (list r-rcpp r-tinytest))
|
||||
(home-page "https://github.com/RcppCore/RcppArmadillo")
|
||||
(synopsis "Rcpp integration for the Armadillo linear algebra library")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user