gnu: r-ggthemes: Update to 4.0.1.

* gnu/packages/statistics.scm (r-ggthemes): Update to 4.0.1.
[propagated-inputs]: Remove r-assertthat and r-colorspace; add r-purrr,
r-stringr, and r-tibble.
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:52:05 +02:00
parent e5db6890ad
commit 314e8e763f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4361,19 +4361,20 @@ data at that region, and avoids over-plotting.")
(define-public r-ggthemes (define-public r-ggthemes
(package (package
(name "r-ggthemes") (name "r-ggthemes")
(version "3.5.0") (version "4.0.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggthemes" version)) (uri (cran-uri "ggthemes" version))
(sha256 (sha256
(base32 (base32
"0drbzzb4i5jq1579fx1wmgh87ybnswjn7srak2l8g771ip49xwb8")))) "0y6570wv135sf7pv57l7bqilzw47rziaqx4vsk45pf1w4lmj0w8b"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-assertthat" ,r-assertthat) `(("r-ggplot2" ,r-ggplot2)
("r-colorspace" ,r-colorspace) ("r-purrr" ,r-purrr)
("r-ggplot2" ,r-ggplot2) ("r-scales" ,r-scales)
("r-scales" ,r-scales))) ("r-stringr" ,r-stringr)
("r-tibble" ,r-tibble)))
(home-page "https://cran.rstudio.com/web/packages/ggthemes") (home-page "https://cran.rstudio.com/web/packages/ggthemes")
(synopsis "Extra themes, scales and geoms for @code{ggplot2}") (synopsis "Extra themes, scales and geoms for @code{ggplot2}")
(description "This package provides extra themes and scales for (description "This package provides extra themes and scales for