me
/
guix
Archived
1
0
Fork 0

gnu: Add r-alluvial.

* gnu/packages/cran.scm (r-alluvial): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Mădălin Ionel Patrașcu 2021-10-30 17:55:04 +02:00 committed by Ricardo Wurmus
parent 214b3c52ce
commit fefdea2a1a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -7121,6 +7121,26 @@ a candidate list, using several criteria. The blocking can be done when whole
and within plot factors interact.")
(license license:gpl2+)))
(define-public r-alluvial
(package
(name "r-alluvial")
(version "0.1-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "alluvial" version))
(sha256
(base32 "039frwrsxq1lb97s7vf2vbyyadimkigs628ymym06fxka53drdkp"))))
(properties `((upstream-name . "alluvial")))
(build-system r-build-system)
(native-inputs `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/mbojan/alluvial")
(synopsis "Create parallel sets plots (Alluvial Diagrams)")
(description
"This package creates alluvial diagrams (also known as parallel sets
plots) for multivariate and time series-like data.")
(license license:expat)))
(define-public r-signal
(package
(name "r-signal")