[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/35: gnu: r-ggvenndiagram: Update to 1.5.0.
From: |
guix-commits |
Subject: |
07/35: gnu: r-ggvenndiagram: Update to 1.5.0. |
Date: |
Wed, 17 Jan 2024 17:54:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d38f1e50135063e32f176116d6143c70bb1fc02d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:45 2024 +0100
gnu: r-ggvenndiagram: Update to 1.5.0.
* gnu/packages/cran.scm (r-ggvenndiagram): Update to 1.5.0.
[propagated-inputs]: Remove r-tidyr; add r-venn and r-yulab-utils.
Change-Id: Ic065aaf5f8e62f8c1f23e6c845dde88bbc682f69
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 68fb71aaff..6a49d40d50 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2440,14 +2440,14 @@ scale-sensitive information.")
(define-public r-ggvenndiagram
(package
(name "r-ggvenndiagram")
- (version "1.4.9")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggVennDiagram" version))
(sha256
(base32
- "1nf4prkpciy1q1ix7chy0ymk5d3dlxxb53c29pg6yjp3py0hiw2h"))))
+ "0ngvvmz2mxh4v98wg3xqpmz1p1cpk3qsdvszcjzb1yhhway211a5"))))
(properties `((upstream-name . "ggVennDiagram")))
(build-system r-build-system)
(propagated-inputs
@@ -2456,7 +2456,8 @@ scale-sensitive information.")
r-forcats
r-ggplot2
r-tibble
- r-tidyr))
+ r-venn
+ r-yulab-utils))
(native-inputs (list r-knitr))
(home-page "https://github.com/gaospecial/ggVennDiagram")
(synopsis "Implementention of the Venn diagram using ggplot2")
- 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, 2024/01/17
- 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 <=
- 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
- 19/35: gnu: r-gmp: Update to 0.7-4., guix-commits, 2024/01/17
- 10/35: gnu: r-ff: Update to 4.0.12., guix-commits, 2024/01/17
- 16/35: gnu: r-fnn: Update to 1.1.4., guix-commits, 2024/01/17
- 17/35: gnu: r-hdf5r: Update to 1.3.9., guix-commits, 2024/01/17