mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-vioplot.
* gnu/packages/cran.scm (r-vioplot): New variable.
This commit is contained in:
parent
3a22732cd8
commit
9232cac410
1 changed files with 20 additions and 0 deletions
|
@ -1402,3 +1402,23 @@ (define-public r-sm
|
||||||
University Press. It provides smoothing methods for nonparametric regression
|
University Press. It provides smoothing methods for nonparametric regression
|
||||||
and density estimation")
|
and density estimation")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-vioplot
|
||||||
|
(package
|
||||||
|
(name "r-vioplot")
|
||||||
|
(version "0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "vioplot" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"16wkb26kv6qr34hv5zgqmgq6zzgysg9i78pvy2c097lr60v087v0"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs `(("r-sm" ,r-sm)))
|
||||||
|
(home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
|
||||||
|
(synopsis "Violin plot")
|
||||||
|
(description
|
||||||
|
"This package provides a violin plot, which is a combination of a box
|
||||||
|
plot and a kernel density plot.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Reference in a new issue