gnu: r-aldex2: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-aldex2): Update to 1.34.0. [propagated-inputs]: Add r-directlabels, r-lattice, and r-latticeextra. Change-Id: Ibd4295392b188034231f54d129af02318510932emaster
parent
e2c41d2c65
commit
99a2acb5ab
|
@ -3211,19 +3211,22 @@ to transform JSON responses to formats more amenable to manipulation in R.")
|
||||||
(define-public r-aldex2
|
(define-public r-aldex2
|
||||||
(package
|
(package
|
||||||
(name "r-aldex2")
|
(name "r-aldex2")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ALDEx2" version))
|
(uri (bioconductor-uri "ALDEx2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gdkc8qwx3vpk5i09znlfrag7gk87piz61z90k96v6bm6x8sclb8"))))
|
"0wchlw9dprw7vkw26h26ypx06xv2j0cxbidw61pcqaxmrrh14dhz"))))
|
||||||
(properties `((upstream-name . "ALDEx2")))
|
(properties `((upstream-name . "ALDEx2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocparallel
|
(list r-biocparallel
|
||||||
|
r-directlabels
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-iranges
|
r-iranges
|
||||||
|
r-lattice
|
||||||
|
r-latticeextra
|
||||||
r-multtest
|
r-multtest
|
||||||
r-rfast
|
r-rfast
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
|
|
Reference in New Issue