1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-05 13:21:31 +02:00

gnu: r-heatmaply: Add r-knitr.

* gnu/packages/cran.scm (r-heatmaply)[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus
2020-03-07 20:02:14 +01:00
parent d56553edc3
commit 491ce4f083
+2
View File
@@ -4814,6 +4814,8 @@ functions to enforce symmetric scales or add tags to facetted plots.")
("r-seriation" ,r-seriation)
("r-viridis" ,r-viridis)
("r-webshot" ,r-webshot)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/package=heatmaply")
(synopsis "Interactive cluster heat maps using plotly")
(description