mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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
This commit is contained in:
parent
2b08c05bff
commit
4ea4101d66
1 changed files with 6 additions and 9 deletions
|
@ -2390,26 +2390,23 @@ (define-public r-ggvenn
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue