me
/
guix
Archived
1
0
Fork 0

gnu: r-ggvenndiagram: Update to 1.4.9.

* gnu/packages/cran.scm (r-ggvenndiagram): Update to 1.4.9.
[propagated-inputs]: Add r-aplot, r-forcats, and r-tidyr; remove r-magrittr,
r-plotly, r-purrr, r-rvenn, r-sf, and r-yulab-utils.

Change-Id: I7e1f701e893aff8d75fa9de46d4f451cfa98f820
master
Ricardo Wurmus 2023-12-28 00:33:16 +01:00
parent 2b08c05bff
commit 4ea4101d66
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 9 deletions

View File

@ -2390,26 +2390,23 @@ scale-sensitive information.")
(define-public r-ggvenndiagram
(package
(name "r-ggvenndiagram")
(version "1.2.3")
(version "1.4.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggVennDiagram" version))
(sha256
(base32
"083qr0qd3333qmr42v9k0r0sq5842cca83p87h5gikk8v1vljv7j"))))
"1nf4prkpciy1q1ix7chy0ymk5d3dlxxb53c29pg6yjp3py0hiw2h"))))
(properties `((upstream-name . "ggVennDiagram")))
(build-system r-build-system)
(propagated-inputs
(list r-dplyr
(list r-aplot
r-dplyr
r-forcats
r-ggplot2
r-magrittr
r-plotly
r-purrr
r-rvenn
r-sf
r-tibble
r-yulab-utils))
r-tidyr))
(native-inputs (list r-knitr))
(home-page "https://github.com/gaospecial/ggVennDiagram")
(synopsis "Implementention of the Venn diagram using ggplot2")