gnu: Add r-venndiagram.

* gnu/packages/cran.scm (r-venndiagram): New variable.
master
Roel Janssen 2018-03-29 14:08:36 +02:00
parent ddbf2a98ba
commit 6174db2b2c
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 23 additions and 0 deletions

View File

@ -1876,6 +1876,29 @@ University Press. It provides smoothing methods for nonparametric regression
and density estimation")
(license license:gpl2+)))
(define-public r-venndiagram
(package
(name "r-venndiagram")
(version "1.6.20")
(source (origin
(method url-fetch)
(uri (cran-uri "VennDiagram" version))
(sha256
(base32
"1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
(properties `((upstream-name . "VennDiagram")))
(build-system r-build-system)
(propagated-inputs
`(("r-futile-logger" ,r-futile-logger)))
(home-page "https://cran.r-project.org/web/packages/VennDiagram/")
(synopsis "Generate High-Resolution Venn and Euler Plots")
(description
"This package provides a set of functions to generate high-resolution
Venn and Euler plots. It includes handling for several special cases,
including two-case scaling, and extensive customization of plot shape and
structure.")
(license license:gpl2+)))
(define-public r-vioplot
(package
(name "r-vioplot")