diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-07 20:02:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-07 20:02:14 +0100 |
commit | 491ce4f083fde2cd72e0134d8013d861558507a8 (patch) | |
tree | 5141c253c9eba4205c0668c6f86f9707119e3eaf | |
parent | d56553edc3baf96d725445b8b9484ddb7625e3ef (diff) | |
download | guix-491ce4f083fde2cd72e0134d8013d861558507a8.tar guix-491ce4f083fde2cd72e0134d8013d861558507a8.tar.gz |
gnu: r-heatmaply: Add r-knitr.
* gnu/packages/cran.scm (r-heatmaply)[native-inputs]: Add r-knitr.
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a4fa9d40e0..d73e63f840 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |