mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-venndiagram.
* gnu/packages/cran.scm (r-venndiagram): New variable.
This commit is contained in:
parent
ddbf2a98ba
commit
6174db2b2c
1 changed files with 23 additions and 0 deletions
|
@ -1876,6 +1876,29 @@ (define-public r-sm
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue