gnu: Add r-ggvenn.
* gnu/packages/cran.scm (r-ggvenn): New variable.
This commit is contained in:
parent
3a4a65bd74
commit
3534165413
1 changed files with 20 additions and 0 deletions
|
@ -1061,6 +1061,26 @@ (define-public r-ggrastr
|
|||
scale-sensitive information.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-ggvenn
|
||||
(package
|
||||
(name "r-ggvenn")
|
||||
(version "0.1.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggvenn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bm52j3idchignp6nrw7c76jlbfkjf5zng258957vq019vx9qxrq"))))
|
||||
(properties `((upstream-name . "ggvenn")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-dplyr r-ggplot2))
|
||||
(home-page "https://cran.r-project.org/package=ggvenn")
|
||||
(synopsis "Draw Venn diagram with ggplot2")
|
||||
(description
|
||||
"This package offers an easy to use way to draw a Venn diagram with
|
||||
@code{ggplot2}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-lmds
|
||||
(package
|
||||
(name "r-lmds")
|
||||
|
|
Loading…
Reference in a new issue