mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
This commit is contained in:
parent
612a24a7b8
commit
d38f1e5013
1 changed files with 4 additions and 3 deletions
|
@ -2440,14 +2440,14 @@ (define-public r-ggvenn
|
|||
(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 @@ (define-public r-ggvenndiagram
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue