gnu: r-heatmaply: Add r-knitr.
* gnu/packages/cran.scm (r-heatmaply)[native-inputs]: Add r-knitr.
This commit is contained in:
parent
d56553edc3
commit
491ce4f083
1 changed files with 2 additions and 0 deletions
|
@ -4814,6 +4814,8 @@ functions to enforce symmetric scales or add tags to facetted plots.")
|
||||||
("r-seriation" ,r-seriation)
|
("r-seriation" ,r-seriation)
|
||||||
("r-viridis" ,r-viridis)
|
("r-viridis" ,r-viridis)
|
||||||
("r-webshot" ,r-webshot)))
|
("r-webshot" ,r-webshot)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://cran.r-project.org/package=heatmaply")
|
(home-page "https://cran.r-project.org/package=heatmaply")
|
||||||
(synopsis "Interactive cluster heat maps using plotly")
|
(synopsis "Interactive cluster heat maps using plotly")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue