mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-riverplot: Update to 0.10.
* gnu/packages/cran.scm (r-riverplot): Update to 0.10. [propagated-inputs]: Add r-rcolorbrewer. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ce6c3c1916
commit
f1d3357e06
1 changed files with 6 additions and 2 deletions
|
@ -6326,15 +6326,19 @@ (define-public r-smoother
|
||||||
(define-public r-riverplot
|
(define-public r-riverplot
|
||||||
(package
|
(package
|
||||||
(name "r-riverplot")
|
(name "r-riverplot")
|
||||||
(version "0.6")
|
(version "0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "riverplot" version))
|
(uri (cran-uri "riverplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
|
"04ap1dsa7fx03l73jhv1ql3adaaaz2100qawdplxa9xmrllgcgbj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-rcolorbrewer" ,r-rcolorbrewer)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://logfc.wordpress.com")
|
(home-page "https://logfc.wordpress.com")
|
||||||
(synopsis "Sankey or ribbon plots")
|
(synopsis "Sankey or ribbon plots")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue