gnu: r-ggplot2: Update to 3.3.0.

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.0.
[propagated-inputs]: Remove r-lazyeval, r-reshape2, and r-viridislite; add
r-glue and r-isoband.
This commit is contained in:
Ricardo Wurmus 2020-03-06 12:14:26 +01:00
parent bafedbc362
commit 87aa4d6245
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1088,26 +1088,25 @@ (define-public r-reshape2
(define-public r-ggplot2
(package
(name "r-ggplot2")
(version "3.2.1")
(version "3.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
(base32 "0mjswqiqcwm0aqxll16bx2kwa6c9km3aql87bdj4347n1ali94g3"))))
(base32 "0j21am605kqqzlwhm45kaj0m2irnmy2vz0j7kzi9f0qdzrv3q3ij"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)
("r-glue" ,r-glue)
("r-gtable" ,r-gtable)
("r-lazyeval" ,r-lazyeval)
("r-isoband" ,r-isoband)
("r-mass" ,r-mass)
("r-mgcv" ,r-mgcv)
("r-tibble" ,r-tibble)
("r-reshape2" ,r-reshape2)
("r-rlang" ,r-rlang)
("r-scales" ,r-scales)
("r-svglite" ,r-svglite) ; Needed for 'ggsave'
("r-viridislite" ,r-viridislite)
("r-withr" ,r-withr)))
(home-page "https://ggplot2.tidyverse.org")
(synopsis "An implementation of the grammar of graphics")