unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57274] [PATCH] gnu: Add r-ggvenn.
@ 2022-08-18 10:53 Mădălin Ionel Patrașcu
  2022-08-22  8:59 ` bug#57274: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-08-18 10:53 UTC (permalink / raw)
  To: 57274; +Cc: rekado

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e03b707162..3f20610307 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1061,6 +1061,25 @@ (define-public r-ggrastr
 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 by ggplot2")
+    (description
+     "This package offers an easy to use way to draw a Venn diagram by @code{ggplot2}.")
+    (license license:expat)))
+
 (define-public r-lmds
   (package
     (name "r-lmds")

base-commit: 741c8efd6a85150359578610e492c6731fd34a03
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57274: [PATCH] gnu: Add r-ggvenn.
  2022-08-18 10:53 [bug#57274] [PATCH] gnu: Add r-ggvenn Mădălin Ionel Patrașcu
@ 2022-08-22  8:59 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-08-22  8:59 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 57274-done, debbugs-submit


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/cran.scm (r-ggvenn): New variable.

Applied, thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-22  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 10:53 [bug#57274] [PATCH] gnu: Add r-ggvenn Mădălin Ionel Patrașcu
2022-08-22  8:59 ` bug#57274: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).