guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/13: gnu: Add r-superheat.


From: guix-commits
Subject: 12/13: gnu: Add r-superheat.
Date: Tue, 7 Sep 2021 08:11:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7b986d2537cc14b2d130dcb93ddb6efc58cbb054
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 13:28:02 2021 +0200

    gnu: Add r-superheat.
    
    * gnu/packages/cran.scm (r-superheat): New variable.
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e37f07a..128d16b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9820,6 +9820,35 @@ both to consistency and asymptotic normality.")
 futures can be used as backends for the @code{foreach} framework.")
     (license license:lgpl2.1+)))
 
+(define-public r-superheat
+  (package
+    (name "r-superheat")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "superheat" version))
+       (sha256
+        (base32
+         "01v8s6px1k5fajlm6py3ksr1i853kwwlky1yryzhy3p1cxhwgg83"))))
+    (properties `((upstream-name . "superheat")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-dplyr" ,r-dplyr)
+       ("r-ggdendro" ,r-ggdendro)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-gtable" ,r-gtable)
+       ("r-magrittr" ,r-magrittr)
+       ("r-plyr" ,r-plyr)
+       ("r-scales" ,r-scales)))
+    (home-page "https://cran.r-project.org/package=superheat";)
+    (synopsis "Graphical tool for exploring complex datasets using heatmaps")
+    (description
+     "This package provides a system for generating extendable and
+customizable heatmaps for exploring complex datasets, including big data and
+data with multiple data types.")
+    (license license:cc0)))
+
 (define-public r-mosaiccore
   (package
     (name "r-mosaiccore")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]