1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

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

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