gnu: Add r-ggvenn.
authorMădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
Thu, 18 Aug 2022 10:53:57 +0000 (12:53 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 22 Aug 2022 08:57:01 +0000 (10:57 +0200)
* gnu/packages/cran.scm (r-ggvenn): New variable.

gnu/packages/cran.scm

index e03b707..03801ec 100644 (file)
@@ -1061,6 +1061,26 @@ the reasonable size limit without losing vector properties of the
 scale-sensitive information.")
     (license license:expat)))
 
+(define-public r-ggvenn
+  (package
+    (name "r-ggvenn")
+    (version "0.1.9")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ggvenn" version))
+              (sha256
+               (base32
+                "0bm52j3idchignp6nrw7c76jlbfkjf5zng258957vq019vx9qxrq"))))
+    (properties `((upstream-name . "ggvenn")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-dplyr r-ggplot2))
+    (home-page "https://cran.r-project.org/package=ggvenn")
+    (synopsis "Draw Venn diagram with ggplot2")
+    (description
+     "This package offers an easy to use way to draw a Venn diagram with
+@code{ggplot2}.")
+    (license license:expat)))
+
 (define-public r-lmds
   (package
     (name "r-lmds")