gnu: r-ggridges: Update to 0.5.3.
* gnu/packages/cran.scm (r-ggridges): Update to 0.5.3. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
77d4e7c2ab
commit
0a8607f873
1 changed files with 4 additions and 2 deletions
|
@ -4541,20 +4541,22 @@ plotting. a three dimensional point cloud.")
|
||||||
(define-public r-ggridges
|
(define-public r-ggridges
|
||||||
(package
|
(package
|
||||||
(name "r-ggridges")
|
(name "r-ggridges")
|
||||||
(version "0.5.2")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggridges" version))
|
(uri (cran-uri "ggridges" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
|
"0bmlqy1p6rac90af97ffpdi6php7dblx66l2hcm8ljidgyqzmspm"))))
|
||||||
(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)))
|
("r-withr" ,r-withr)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(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
|
||||||
|
|
Reference in a new issue