gnu: r-ggridges: Update to 0.5.0.
* gnu/packages/cran.scm (r-ggridges): Update to 0.5.0. [propagated-inputs]: Add r-withr.
This commit is contained in:
parent
4f18423358
commit
0edd2fd186
|
@ -2230,19 +2230,20 @@ plotting. a three dimensional point cloud.")
|
||||||
(define-public r-ggridges
|
(define-public r-ggridges
|
||||||
(package
|
(package
|
||||||
(name "r-ggridges")
|
(name "r-ggridges")
|
||||||
(version "0.4.1")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggridges" version))
|
(uri (cran-uri "ggridges" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kfa3icqdalqdg1klxjrhfl7if35d3wnsiyl86bprw5dyqyh3lh3"))))
|
"1znvsbl3px8dddpjgdrygnpz4s685wizi0jnjvx2hrz58i0chjqj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
("r-plyr" ,r-plyr)
|
("r-plyr" ,r-plyr)
|
||||||
("r-scales" ,r-scales)))
|
("r-scales" ,r-scales)
|
||||||
|
("r-withr" ,r-withr)))
|
||||||
(home-page "https://github.com/clauswilke/ggridges")
|
(home-page "https://github.com/clauswilke/ggridges")
|
||||||
(synopsis "Ridgeline plots in ggplot2")
|
(synopsis "Ridgeline plots in ggplot2")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue