gnu: r-dose: Add missing input.
* gnu/packages/bioconductor.scm (r-dose)[native-inputs]: Add r-knitr.
This commit is contained in:
parent
2ff4197626
commit
5ef2b749b5
1 changed files with 2 additions and 0 deletions
|
@ -3529,6 +3529,8 @@ to multiple hypothesis correction.")
|
||||||
("r-qvalue" ,r-qvalue)
|
("r-qvalue" ,r-qvalue)
|
||||||
("r-reshape2" ,r-reshape2)
|
("r-reshape2" ,r-reshape2)
|
||||||
("r-s4vectors" ,r-s4vectors)))
|
("r-s4vectors" ,r-s4vectors)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://guangchuangyu.github.io/software/DOSE/")
|
(home-page "https://guangchuangyu.github.io/software/DOSE/")
|
||||||
(synopsis "Disease ontology semantic and enrichment analysis")
|
(synopsis "Disease ontology semantic and enrichment analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue