gnu: r-presto: Add test input.

* gnu/packages/bioinformatics.scm (r-presto)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-broom.

Change-Id: I965cfecd19563d36fc5cfae35c478a58eb95f9e0
This commit is contained in:
Ricardo Wurmus 2025-02-27 13:19:16 +01:00
parent 8c7696e029
commit e21fff596e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13194,7 +13194,9 @@ states in the the context of known, reference states.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "07giligbadv3ap0p4hzsviqpgiipkqcq7x6p0g8lmb8xxpjz3y29")))) (base32 "07giligbadv3ap0p4hzsviqpgiipkqcq7x6p0g8lmb8xxpjz3y29"))))
(properties `((upstream-name . "presto"))) (properties
'((upstream-name . "presto")
(updater-extra-native-inputs . ("r-broom"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-data-table (list r-data-table
@ -13206,7 +13208,7 @@ states in the the context of known, reference states.")
r-rlang r-rlang
r-tibble r-tibble
r-tidyr)) r-tidyr))
(native-inputs (list r-knitr r-testthat)) (native-inputs (list r-broom r-knitr r-testthat))
(home-page "https://github.com/immunogenomics/presto") (home-page "https://github.com/immunogenomics/presto")
(synopsis "Fast Functions for Differential Expression using Wilcox and AUC") (synopsis "Fast Functions for Differential Expression using Wilcox and AUC")
(description "This package performs a fast Wilcoxon rank sum test and (description "This package performs a fast Wilcoxon rank sum test and