Archived
1
0
Fork 0

gnu: r-mast: Add r-knitr to native inputs.

* gnu/packages/bioconductor.scm (r-mast)[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-03-25 09:25:11 +01:00
parent 97b1366d49
commit 51d1a7a2ef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2649,6 +2649,8 @@ interactive exploration of results.")
("r-singlecellexperiment" ,r-singlecellexperiment)
("r-stringr" ,r-stringr)
("r-summarizedexperiment" ,r-summarizedexperiment)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/RGLab/MAST/")
(synopsis "Model-based analysis of single cell transcriptomics")
(description