me
/
guix
Archived
1
0
Fork 0

gnu: r-heatmaply: Add r-knitr.

* gnu/packages/cran.scm (r-heatmaply)[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-03-07 20:02:14 +01:00
parent d56553edc3
commit 491ce4f083
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

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