[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/35: gnu: Add r-venn.
From: |
guix-commits |
Subject: |
02/35: gnu: Add r-venn. |
Date: |
Wed, 17 Jan 2024 17:54:27 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit dd4f95236692fc40f5773e3e348573030fda3f4d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:06:31 2024 +0100
gnu: Add r-venn.
* gnu/packages/cran.scm (r-venn): New variable.
Change-Id: I6ec3e890cab6e9042686148b7c52988f0dbb878e
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 78d78efec7..daf406355d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1910,6 +1910,27 @@ similar rank-based tests for equal probability
distributions due to Neuhauser
WebAssembly engine.")
(license license:expat)))
+(define-public r-venn
+ (package
+ (name "r-venn")
+ (version "1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "venn" version))
+ (sha256
+ (base32 "07bjv0m21gljdr3sj1z9rp6xhgxspah9j1m3a8rskvlwv6dvd1pd"))))
+ (properties `((upstream-name . "venn")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-admisc))
+ (home-page "https://github.com/dusadrian/venn")
+ (synopsis "Draw Venn diagrams")
+ (description
+ "This package provides a close to zero dependency package to draw and
+display Venn diagrams up to 7 sets, and any Boolean union of set
+intersections.")
+ (license license:gpl3+)))
+
(define-public r-rvenn
(package
(name "r-rvenn")
- branch master updated (270570f090 -> 4532eb6389), guix-commits, 2024/01/17
- 01/35: import/cran: Accept optional alternative download procedure., guix-commits, 2024/01/17
- 02/35: gnu: Add r-venn.,
guix-commits <=
- 04/35: gnu: r-cplm: Update to 0.7-12., guix-commits, 2024/01/17
- 06/35: gnu: r-proj4: Update to 1.0-14., guix-commits, 2024/01/17
- 03/35: gnu: r-collapse: Update to 2.0.9., guix-commits, 2024/01/17
- 07/35: gnu: r-ggvenndiagram: Update to 1.5.0., guix-commits, 2024/01/17
- 08/35: gnu: r-pkgload: Update to 1.3.4., guix-commits, 2024/01/17
- 14/35: gnu: r-uuid: Update to 1.2-0., guix-commits, 2024/01/17
- 11/35: gnu: r-ddalpha: Update to 1.3.15., guix-commits, 2024/01/17
- 12/35: gnu: r-statsexpressions: Update to 1.5.3., guix-commits, 2024/01/17
- 15/35: gnu: r-expm: Update to 0.999-9., guix-commits, 2024/01/17
- 13/35: gnu: r-timeseries: Update to 4032.109., guix-commits, 2024/01/17