me
/
guix
Archived
1
0
Fork 0

gnu: r-dose: Add missing input.

* gnu/packages/bioconductor.scm (r-dose)[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-04-15 21:16:31 +02:00
parent 2ff4197626
commit 5ef2b749b5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -3529,6 +3529,8 @@ to multiple hypothesis correction.")
("r-qvalue" ,r-qvalue)
("r-reshape2" ,r-reshape2)
("r-s4vectors" ,r-s4vectors)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://guangchuangyu.github.io/software/DOSE/")
(synopsis "Disease ontology semantic and enrichment analysis")
(description