1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: r-scdd: Add missing input.

* gnu/packages/bioconductor.scm (r-scdd)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-testthat.

Change-Id: Ibd0925b94ae82145055a0b2c5d53f38df202b077
This commit is contained in:
Ricardo Wurmus 2025-05-10 19:54:37 +02:00
parent d05e09fb61
commit 1ae270f125
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17829,7 +17829,9 @@ assumptions.")
(sha256
(base32
"19kz0ivv9qypq7jg33rds5rcjr1mmqd19j3fsj842c5h3bydssph"))))
(properties `((upstream-name . "scDD")))
(properties
'((upstream-name . "scDD")
(updater-extra-native-inputs . ("r-testthat"))))
(build-system r-build-system)
(propagated-inputs
(list r-arm
@ -17844,7 +17846,7 @@ assumptions.")
r-singlecellexperiment
r-summarizedexperiment))
(native-inputs
(list r-gridextra r-knitr))
(list r-gridextra r-knitr r-testthat))
(home-page "https://github.com/kdkorthauer/scDD")
(synopsis "Mixture modeling of single-cell RNA-seq data")
(description