gnu: r-rcppeigen: Update to 0.3.3.9.4.
* gnu/packages/statistics.scm (r-rcppeigen): Update to 0.3.3.9.4. [propagated-inputs]: Remove r-matrix. Change-Id: I48b3376c20b523e63fe392aa070d03872d19a34a
This commit is contained in:
parent
fd7c535d1b
commit
66f89ec647
@ -6014,18 +6014,18 @@ based on an interface to Fortran implementations by M. J. D. Powell.")
|
|||||||
(define-public r-rcppeigen
|
(define-public r-rcppeigen
|
||||||
(package
|
(package
|
||||||
(name "r-rcppeigen")
|
(name "r-rcppeigen")
|
||||||
(version "0.3.3.9.3")
|
(version "0.3.3.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppEigen" version))
|
(uri (cran-uri "RcppEigen" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xhwgn77166ir7qnzl25mj0byskkqr0b36hihrpr2zaqsrzs8wsq"))))
|
"1faz1phvg7g14bchi88vizn5mfhgiwmsjg7jzkyf1yjg0f6vpsj1"))))
|
||||||
(properties `((upstream-name . "RcppEigen")))
|
(properties `((upstream-name . "RcppEigen")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rcpp r-matrix))
|
(list r-rcpp))
|
||||||
(home-page "http://eigen.tuxfamily.org")
|
(home-page "http://eigen.tuxfamily.org")
|
||||||
(synopsis "Rcpp integration for the Eigen templated linear algebra library")
|
(synopsis "Rcpp integration for the Eigen templated linear algebra library")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user