gnu: r-heatmaply: Add r-knitr.

* gnu/packages/cran.scm (r-heatmaply)[propagated-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2018-06-05 13:50:29 +02:00
parent 71c495c941
commit 1ee581973a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2585,6 +2585,7 @@ (define-public r-heatmaply
("r-ggplot2" ,r-ggplot2)
("r-gplots" ,r-gplots)
("r-htmlwidgets" ,r-htmlwidgets)
("r-knitr" ,r-knitr) ; needed for vignettes
("r-magrittr" ,r-magrittr)
("r-plotly" ,r-plotly)
("r-rcolorbrewer" ,r-rcolorbrewer)