gnu: r-decoupler: Update to 2.9.7.
* gnu/packages/bioconductor.scm (r-decoupler): Update to 2.9.7. [propagated-inputs]: Add r-biocparallel and r-parallelly. Change-Id: I8218c03aa7cfea84b9df58ff17500f9d3a6ecac5
This commit is contained in:
parent
12f94fb1ae
commit
8e5486f5bd
@ -5591,20 +5591,22 @@ make mapping WGBS data to their probe IDs easier.")
|
|||||||
(define-public r-decoupler
|
(define-public r-decoupler
|
||||||
(package
|
(package
|
||||||
(name "r-decoupler")
|
(name "r-decoupler")
|
||||||
(version "2.8.0")
|
(version "2.9.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "decoupleR" version))
|
(uri (bioconductor-uri "decoupleR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vnlrkza33nb80qf810yfz66m3j84p8chhfdxak5lvpciqwx7dh9"))))
|
(base32 "0zi6shh1dn8kli66dyywwgy1s809yms0jrl6lkwvzn88rms7yaqb"))))
|
||||||
(properties `((upstream-name . "decoupleR")))
|
(properties `((upstream-name . "decoupleR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-broom
|
(list r-biocparallel
|
||||||
|
r-broom
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-matrix
|
r-matrix
|
||||||
|
r-parallelly
|
||||||
r-purrr
|
r-purrr
|
||||||
r-rlang
|
r-rlang
|
||||||
r-stringr
|
r-stringr
|
||||||
|
Loading…
Reference in New Issue
Block a user