mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add r-heatmap3.
* gnu/packages/cran.scm (r-heatmap3): New variable.
This commit is contained in:
parent
64eda9c881
commit
315472eddd
1 changed files with 24 additions and 0 deletions
|
@ -6396,6 +6396,30 @@ (define-public r-egg
|
||||||
functions to enforce symmetric scales or add tags to facetted plots.")
|
functions to enforce symmetric scales or add tags to facetted plots.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-heatmap3
|
||||||
|
(package
|
||||||
|
(name "r-heatmap3")
|
||||||
|
(version "1.1.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "heatmap3" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0sfvizmmwfk1bjhn6zfx5a4qqfgj1ldg8x90b65crqibgfa36k2r"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-fastcluster" ,r-fastcluster)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/heatmap3/")
|
||||||
|
(synopsis "Improved heatmap package")
|
||||||
|
(description
|
||||||
|
"This package provides an improved heatmap package. It is completely
|
||||||
|
compatible with the original R function @code{heatmap}, and provides more
|
||||||
|
powerful and convenient features.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-heatmaply
|
(define-public r-heatmaply
|
||||||
(package
|
(package
|
||||||
(name "r-heatmaply")
|
(name "r-heatmaply")
|
||||||
|
|
Loading…
Reference in a new issue