gnu: r-bigmelon: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.30.0. [native-inputs]: Remove r-knitr. Change-Id: I5fd606d69b30ad6768cfd11594c6be66a9ae56femaster
parent
c7dfb85604
commit
b3b6f34f35
|
@ -19680,14 +19680,14 @@ with multiple R processes supported by the package @code{parallel}.")
|
||||||
(define-public r-bigmelon
|
(define-public r-bigmelon
|
||||||
(package
|
(package
|
||||||
(name "r-bigmelon")
|
(name "r-bigmelon")
|
||||||
(version "1.28.0")
|
(version "1.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bigmelon" version))
|
(uri (bioconductor-uri "bigmelon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j80f7k39p23s6fym3nia73g8d1v44hdiv73igcq6fnsllxg40hr"))))
|
"0fa1dwbk6hdiwg6dmbks7hy4cg3ydyd2sv94cyl0003awhf00nn9"))))
|
||||||
(properties `((upstream-name . "bigmelon")))
|
(properties `((upstream-name . "bigmelon")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -19699,7 +19699,6 @@ with multiple R processes supported by the package @code{parallel}.")
|
||||||
r-methylumi
|
r-methylumi
|
||||||
r-minfi
|
r-minfi
|
||||||
r-watermelon))
|
r-watermelon))
|
||||||
(native-inputs (list r-knitr))
|
|
||||||
(home-page "https://bioconductor.org/packages/bigmelon/")
|
(home-page "https://bioconductor.org/packages/bigmelon/")
|
||||||
(synopsis "Illumina methylation array analysis for large experiments")
|
(synopsis "Illumina methylation array analysis for large experiments")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue