gnu: r-pcaexplorer: Add test input.

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

Change-Id: I558709266a972801e68373469aa5d4141b547971
This commit is contained in:
Ricardo Wurmus 2025-03-01 10:00:00 +01:00
parent b274b66dbf
commit b3c14cd7f7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11888,7 +11888,9 @@ insertion module to recover the base cycle order for each oscillator group.")
(sha256
(base32
"1i5qzbwdgi59izgppz63mvddiph7qv48h75243capxqfhbcqkq1g"))))
(properties `((upstream-name . "pcaExplorer")))
(properties
'((upstream-name . "pcaExplorer")
(updater-extra-native-inputs . ("r-markdown"))))
(build-system r-build-system)
(propagated-inputs
(list r-annotationdbi
@ -11922,7 +11924,8 @@ insertion module to recover the base cycle order for each oscillator group.")
r-threejs
r-tidyr
r-topgo))
(native-inputs (list r-airway r-knitr r-org-hs-eg-db r-testthat))
(native-inputs
(list r-airway r-knitr r-markdown r-org-hs-eg-db r-testthat))
(home-page "https://github.com/federicomarini/pcaExplorer")
(synopsis
"Interactive Visualization of RNA-seq Data Using a Principal Components Approach")