gnu: r-cowplot: Update to 0.9.1.
* gnu/packages/statistics.scm (r-cowplot): Update to 0.9.1. [propagated-inputs]: Add r-scales.
This commit is contained in:
parent
a3ae2fa537
commit
b50a4b1391
|
@ -4394,19 +4394,20 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
|
||||||
(define-public r-cowplot
|
(define-public r-cowplot
|
||||||
(package
|
(package
|
||||||
(name "r-cowplot")
|
(name "r-cowplot")
|
||||||
(version "0.8.0")
|
(version "0.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cowplot" version))
|
(uri (cran-uri "cowplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03bh0r6ynr95gk4lc8asfi3kpmskm59vfzwn417pdziha3igs5x6"))))
|
"0iq0wsi7467cj8hqml06whk3xsiv89x8dvm9ynwp411pzzbdjgwm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
("r-gtable" ,r-gtable)
|
("r-gtable" ,r-gtable)
|
||||||
("r-plyr" ,r-plyr)))
|
("r-plyr" ,r-plyr)
|
||||||
|
("r-scales" ,r-scales)))
|
||||||
(home-page "https://github.com/wilkelab/cowplot")
|
(home-page "https://github.com/wilkelab/cowplot")
|
||||||
(synopsis "Streamlined plot theme and plot annotations for ggplot2")
|
(synopsis "Streamlined plot theme and plot annotations for ggplot2")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue