guix-commits
[Top][All Lists]
Advanced

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

06/23: gnu: Add r-upsetr.


From: guix-commits
Subject: 06/23: gnu: Add r-upsetr.
Date: Tue, 12 Mar 2019 17:48:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4af186a96321d4245560d3d8dc315376eba5797b
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 12 22:09:21 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ac0d497..7e7a3af 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10895,3 +10895,30 @@ blockmodeling for valued networks.  In addition, 
measures of similarity or
 dissimilarity based on structural equivalence and regular equivalence (REGE
 algorithms) can be computed and partitioned matrices can be plotted.")
     (license license:gpl2+)))
+
+(define-public r-upsetr
+  (package
+    (name "r-upsetr")
+    (version "1.3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "UpSetR" version))
+       (sha256
+        (base32
+         "08vj7l92b8fpqyqwxshll2mhk3yhgyr74axvr2lf29z78bapymhz"))))
+    (properties `((upstream-name . "UpSetR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-gridextra" ,r-gridextra)
+       ("r-plyr" ,r-plyr)
+       ("r-scales" ,r-scales)))
+    (home-page "https://github.com/hms-dbmi/UpSetR";)
+    (synopsis "Visualize intersecting sets")
+    (description
+     "This package provides a more scalable alternative to Venn and Euler
+diagrams for visualizing intersecting sets.  Create visualizations of
+intersecting sets using a novel matrix design, along with visualizations of
+several common set, element and attribute related tasks.")
+    (license license:expat)))



reply via email to

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