me
/
guix
Archived
1
0
Fork 0

gnu: r-abn: Update to 2.7-0.

* gnu/packages/bioconductor.scm (r-abn): Update to 2.7-0.
[propagated-inputs]: Add r-graph.
master
Ricardo Wurmus 2022-04-11 18:01:02 +02:00
parent ba5e32d9ce
commit 418c6aff40
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -14209,20 +14209,21 @@ on the plot.")
(define-public r-abn (define-public r-abn
(package (package
(name "r-abn") (name "r-abn")
(version "2.6-0") (version "2.7-0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "abn" version)) (uri (cran-uri "abn" version))
(sha256 (sha256
(base32 (base32
"0fr5pyc43hly5ry5bbygibbh9mnql7vl4r5qz42d0ry4hahyxa4w")))) "13i2f4lw1rzj89bp31sn03prq1bqj7bsxwdr8z2ql02yqks9phg0"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list gsl)) (list gsl))
(propagated-inputs (propagated-inputs
(list r-doparallel (list r-doparallel
r-foreach r-foreach
r-graph
r-lme4 r-lme4
r-nnet r-nnet
r-rcpp r-rcpp