mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-rcpparmadillo: Update to 14.4.3-1.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 14.4.3-1. [native-inputs]: Add r-tinytest. Change-Id: I24816ea2be3f206f9f939da5f84067d6effe607f
This commit is contained in:
parent
874a95e304
commit
ed83953921
1 changed files with 3 additions and 2 deletions
|
|
@ -1453,17 +1453,18 @@ disk (or a connection).")
|
|||
(define-public r-rcpparmadillo
|
||||
(package
|
||||
(name "r-rcpparmadillo")
|
||||
(version "14.4.2-1")
|
||||
(version "14.4.3-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppArmadillo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d6075xz3k8g0lm0y2kzylb5jwh04vm5flb4jlz89rrik6ddc68x"))))
|
||||
"0f54x1nphwd5b0ipjqj3xql6zxgby8m3xri881zh2a9yih2mckqi"))))
|
||||
(properties `((upstream-name . "RcppArmadillo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-rcpp))
|
||||
(native-inputs (list r-tinytest))
|
||||
(home-page "https://github.com/RcppCore/RcppArmadillo")
|
||||
(synopsis "Rcpp integration for the Armadillo linear algebra library")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue