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: I5fd606d69b30ad6768cfd11594c6be66a9ae56fe
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:07:07 +02:00
parent c7dfb85604
commit b3b6f34f35
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -19680,14 +19680,14 @@ with multiple R processes supported by the package @code{parallel}.")
(define-public r-bigmelon
(package
(name "r-bigmelon")
(version "1.28.0")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bigmelon" version))
(sha256
(base32
"1j80f7k39p23s6fym3nia73g8d1v44hdiv73igcq6fnsllxg40hr"))))
"0fa1dwbk6hdiwg6dmbks7hy4cg3ydyd2sv94cyl0003awhf00nn9"))))
(properties `((upstream-name . "bigmelon")))
(build-system r-build-system)
(propagated-inputs
@ -19699,7 +19699,6 @@ with multiple R processes supported by the package @code{parallel}.")
r-methylumi
r-minfi
r-watermelon))
(native-inputs (list r-knitr))
(home-page "https://bioconductor.org/packages/bigmelon/")
(synopsis "Illumina methylation array analysis for large experiments")
(description