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:
parent
22f8260ba1
commit
ad85d0d536
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue