gnu: r-clusterprofiler: Add test input.

* gnu/packages/bioconductor.scm (r-clusterprofiler)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-org-hs-eg-db.

Change-Id: I1d79bad6853148500f569ba81f8dc6aec19c6360
This commit is contained in:
Ricardo Wurmus 2025-02-27 14:10:48 +01:00
parent c489c6b522
commit 6196b06e26
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18713,7 +18713,8 @@ attempts to assess their statistical significance.")
(base32
"0vmjhzxq59zdxywyyqa31fcsasckq8qfpbjp70ml1vcxnvkr49ck"))))
(properties
`((upstream-name . "clusterProfiler")))
'((upstream-name . "clusterProfiler")
(updater-extra-native-inputs . ("r-org-hs-eg-db"))))
(build-system r-build-system)
(propagated-inputs
(list r-annotationdbi
@ -18732,7 +18733,7 @@ attempts to assess their statistical significance.")
r-tidyr
r-yulab-utils))
(native-inputs
(list r-knitr r-testthat))
(list r-knitr r-org-hs-eg-db r-testthat))
(home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
(synopsis "Analysis and visualization of functional profiles for gene clusters")
(description