mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
e18ec2c142
commit
8252a13fb4
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue