unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58510] [PATCH] gnu: Add r-eulerr. X-Debbugs-Cc: rekado@elephly.net
@ 2022-10-14 10:41 Mădălin Ionel Patrașcu
  2022-10-27 13:42 ` bug#58510: [PATCH] gnu: Add r-eulerr Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-10-14 10:41 UTC (permalink / raw)
  To: 58510

* gnu/packages/cran.scm (r-eulerr): 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 c48ef78f4c..349b98d46b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19575,6 +19575,35 @@ (define-public r-ggforce
 that fills this gap.")
     (license license:expat)))
 
+(define-public r-eulerr
+  (package
+    (name "r-eulerr")
+    (version "6.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "eulerr" version))
+              (sha256
+               (base32
+                "0lldp2319qd08y87f862gx8a77rvikcnkmdl9xgx4glynfs3hk19"))))
+    (properties `((upstream-name . "eulerr")))
+    (build-system r-build-system)
+    (propagated-inputs
+      (list r-gensa
+            r-polyclip
+            r-polylabelr
+            r-rcpp
+            r-rcpparmadillo))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/jolars/eulerr")
+    (synopsis "Area-proportional Euler and Venn diagrams with ellipses")
+    (description
+     "This package generates area-proportional Euler diagrams using numerical
+optimization.  An Euler diagram is a generalization of a Venn diagram, relaxing
+the criterion that all interactions need to be represented.  Diagrams may be
+fit with ellipses and circles via a wide range of inputs and can be visualized
+in numerous ways.")
+    (license license:gpl3)))
+
 (define-public r-europepmc
   (package
     (name "r-europepmc")

base-commit: 10d429f2fce321d8285684503094694ec3979865
-- 
2.37.3





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

* bug#58510: [PATCH] gnu: Add r-eulerr.
  2022-10-14 10:41 [bug#58510] [PATCH] gnu: Add r-eulerr. X-Debbugs-Cc: rekado@elephly.net Mădălin Ionel Patrașcu
@ 2022-10-27 13:42 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-10-27 13:42 UTC (permalink / raw)
  To: 58510-done

Applied, thanks!

-- 
Ricardo




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

end of thread, other threads:[~2022-10-27 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 10:41 [bug#58510] [PATCH] gnu: Add r-eulerr. X-Debbugs-Cc: rekado@elephly.net Mădălin Ionel Patrașcu
2022-10-27 13:42 ` bug#58510: [PATCH] gnu: Add r-eulerr 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).