mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add r-venn.
* gnu/packages/cran.scm (r-venn): New variable. Change-Id: I6ec3e890cab6e9042686148b7c52988f0dbb878e
This commit is contained in:
parent
b94047cf81
commit
dd4f952366
1 changed files with 21 additions and 0 deletions
|
@ -1910,6 +1910,27 @@ (define-public r-v8
|
|||
WebAssembly engine.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-venn
|
||||
(package
|
||||
(name "r-venn")
|
||||
(version "1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "venn" version))
|
||||
(sha256
|
||||
(base32 "07bjv0m21gljdr3sj1z9rp6xhgxspah9j1m3a8rskvlwv6dvd1pd"))))
|
||||
(properties `((upstream-name . "venn")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-admisc))
|
||||
(home-page "https://github.com/dusadrian/venn")
|
||||
(synopsis "Draw Venn diagrams")
|
||||
(description
|
||||
"This package provides a close to zero dependency package to draw and
|
||||
display Venn diagrams up to 7 sets, and any Boolean union of set
|
||||
intersections.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-rvenn
|
||||
(package
|
||||
(name "r-rvenn")
|
||||
|
|
Loading…
Reference in a new issue