guix-commits
[Top][All Lists]
Advanced

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

10/25: gnu: Add r-pheatmap.


From: Ricardo Wurmus
Subject: 10/25: gnu: Add r-pheatmap.
Date: Mon, 26 Sep 2016 05:48:17 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 0c77fd50f815041f72e596f33f264be3a4fadd2b
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 21 22:45:26 2016 +0200

    gnu: Add r-pheatmap.
    
    * gnu/packages/statistics.scm (r-pheatmap): New variable.
---
 gnu/packages/statistics.scm |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 495445a..728f0fd 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -299,6 +299,30 @@ non-estimable cases correctly.")
 \"tables\" of grobs.")
     (license license:gpl2+)))
 
+(define-public r-pheatmap
+  (package
+    (name "r-pheatmap")
+    (version "1.0.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "pheatmap" version))
+       (sha256
+        (base32
+         "1ik0k69kb4n7xl3bkx4p09kw08ri93855zcsxq1c668171jqfiji"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-gtable" ,r-gtable)
+       ("r-rcolorbrewer" ,r-rcolorbrewer)
+       ("r-scales" ,r-scales)))
+    (home-page
+     "http://cran.r-project.org/web/packages/pheatmap";)
+    (synopsis "Pretty heatmaps")
+    (description
+     "This package provides an implementation of heatmaps that offers more
+control over dimensions and appearance.")
+    (license license:gpl2+)))
+
 (define-public r-labeling
   (package
     (name "r-labeling")



reply via email to

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