Archived
1
0
Fork 0

gnu: r-zvcv: Update to 2.1.0.

* gnu/packages/cran.scm (r-zvcv): Update to 2.1.0.
[propagated-inputs]: Remove r-partitions; add r-bh, r-dplyr, r-magrittr, and r-rlinsolve.
This commit is contained in:
Ricardo Wurmus 2020-06-22 12:13:23 +02:00
parent 22f8260ba1
commit ad85d0d536
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21334,23 +21334,26 @@ linear systems can be manageable using the @code{Matrix} package along with
(define-public r-zvcv (define-public r-zvcv
(package (package
(name "r-zvcv") (name "r-zvcv")
(version "1.0.0") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ZVCV" version)) (uri (cran-uri "ZVCV" version))
(sha256 (sha256
(base32 (base32
"1npw836q2skx54843lgxvb0rfwafckjc8k8dljykm60ad3z7zak8")))) "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
(properties `((upstream-name . "ZVCV"))) (properties `((upstream-name . "ZVCV")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-abind" ,r-abind) `(("r-abind" ,r-abind)
("r-bh" ,r-bh)
("r-dplyr" ,r-dplyr)
("r-glmnet" ,r-glmnet) ("r-glmnet" ,r-glmnet)
("r-magrittr" ,r-magrittr)
("r-mvtnorm" ,r-mvtnorm) ("r-mvtnorm" ,r-mvtnorm)
("r-partitions" ,r-partitions)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-rcpparmadillo" ,r-rcpparmadillo))) ("r-rcpparmadillo" ,r-rcpparmadillo)
("r-rlinsolve" ,r-rlinsolve)))
(home-page "https://cran.r-project.org/web/packages/ZVCV/") (home-page "https://cran.r-project.org/web/packages/ZVCV/")
(synopsis "Zero-Variance Control Variates") (synopsis "Zero-Variance Control Variates")
(description (description