gnu: r-lefser: Add missing inputs.

* gnu/packages/bioconductor.scm (r-lefser)[native-inputs]: Add r-mia and
r-withr; remove r-testthat.
[properties]: Tell updater to keep r-mia.

Change-Id: I791e6626a3d000f12a149cdc87979389aee886f0
This commit is contained in:
Ricardo Wurmus 2024-11-28 13:39:05 +01:00 committed by Andreas Enge
parent 4e5674c0da
commit 459906a4f8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -17082,7 +17082,9 @@ (define-public r-lefser
(sha256
(base32
"1kq64150kjcqfqrnj1vpn83345xpvnxw3kddg5c36hwww3bh2mpj"))))
(properties `((upstream-name . "lefser")))
(properties
`((upstream-name . "lefser")
(updater-extra-native-inputs . ("r-mia"))))
(build-system r-build-system)
(propagated-inputs
(list r-coin
@ -17097,7 +17099,7 @@ (define-public r-lefser
r-testthat
r-tibble
r-tidyr))
(native-inputs (list r-knitr r-testthat))
(native-inputs (list r-knitr r-mia r-withr))
(home-page "https://github.com/waldronlab/lefser")
(synopsis "LEfSE method for microbiome biomarker discovery")
(description