mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-asset: Add test inputs.
* gnu/packages/bioconductor.scm (r-asset)[native-inputs]: Add r-runit. Change-Id: I0c5b9e92ad73c978a40bfc3d43acbce6e642e4b8
This commit is contained in:
parent
d39755cc4a
commit
1926e64bb0
1 changed files with 1 additions and 1 deletions
|
@ -4636,7 +4636,7 @@ start codons as the forms of evidence.")
|
||||||
(properties `((upstream-name . "ASSET")))
|
(properties `((upstream-name . "ASSET")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-mass r-msm r-rmeta))
|
(propagated-inputs (list r-mass r-msm r-rmeta))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr r-runit))
|
||||||
(home-page "https://bioconductor.org/packages/ASSET")
|
(home-page "https://bioconductor.org/packages/ASSET")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Subset-based association analysis of heterogeneous traits and subtypes")
|
"Subset-based association analysis of heterogeneous traits and subtypes")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue