gnu: r-dose: Update to 3.24.1.
* gnu/packages/bioconductor.scm (r-dose): Update to 3.24.1. [propagated-inputs]: Remove r-do-db. Add r-hdo-db.
This commit is contained in:
parent
11b8f6caf0
commit
56fe119257
1 changed files with 3 additions and 3 deletions
|
@ -10463,23 +10463,23 @@ to multiple hypothesis correction.")
|
||||||
(define-public r-dose
|
(define-public r-dose
|
||||||
(package
|
(package
|
||||||
(name "r-dose")
|
(name "r-dose")
|
||||||
(version "3.22.1")
|
(version "3.24.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DOSE" version))
|
(uri (bioconductor-uri "DOSE" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mch26kddrhhzgi4bssnyy7bvdhprrncmvxl6zn1cq7g07p5765i"))))
|
"1ai42pnd8s8ws6y9nlq5d858w2rp8gfw2vpndslspj4q8gc4dbb1"))))
|
||||||
(properties `((upstream-name . "DOSE")))
|
(properties `((upstream-name . "DOSE")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
r-biocparallel
|
r-biocparallel
|
||||||
r-do-db
|
|
||||||
r-fgsea
|
r-fgsea
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-gosemsim
|
r-gosemsim
|
||||||
|
r-hdo-db
|
||||||
r-qvalue
|
r-qvalue
|
||||||
r-reshape2))
|
r-reshape2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue