gnu: r-ihw: Add missing test inputs.

* gnu/packages/bioconductor.scm (r-ihw)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-ggplot2 and r-scales.

Change-Id: I9897da6c9e18ccd4ed401237414c340088a00614
This commit is contained in:
Ricardo Wurmus 2025-11-26 15:43:31 +01:00
parent e18ec2c142
commit 8252a13fb4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17702,12 +17702,14 @@ to install interface to SYMPHONY.")
(sha256
(base32
"02ni484hfw9r76shdq1hchlr11i6h6c5p620ybqfw6vk0cr6nb6g"))))
(properties `((upstream-name . "IHW")))
(properties
'((upstream-name . "IHW")
(updater-extra-native-inputs . ("r-ggplot2" "r-scales"))))
(build-system r-build-system)
(propagated-inputs
(list r-biocgenerics r-fdrtool r-lpsymphony r-slam))
(native-inputs
(list r-knitr r-testthat))
(list r-ggplot2 r-knitr r-scales r-testthat))
(home-page "https://bioconductor.org/packages/IHW")
(synopsis "Independent hypothesis weighting")
(description