mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-riverplot.
* gnu/packages/cran.scm (r-riverplot): New variable.
This commit is contained in:
parent
79f450a120
commit
0efd09acd4
1 changed files with 22 additions and 0 deletions
|
@ -3192,3 +3192,25 @@ (define-public r-smoother
|
|||
In addition, several functions typically used in smoothing of financial data
|
||||
are included.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-riverplot
|
||||
(package
|
||||
(name "r-riverplot")
|
||||
(version "0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "riverplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://logfc.wordpress.com")
|
||||
(synopsis "Sankey or ribbon plots")
|
||||
(description
|
||||
"Sankey plots are a type of diagram that is convenient to illustrate how
|
||||
flow of information, resources etc. separates and joins, much like observing
|
||||
how rivers split and merge. For example, they can be used to compare
|
||||
different clusterings. This package provides an implementation of Sankey
|
||||
plots for R.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue