gnu: r-ggthemes: Update to 5.2.0.

* gnu/packages/cran.scm (r-ggthemes): Update to 5.2.0.
[native-inputs]: Add r-glue, r-rlang, r-spelling, r-vdiffr, and r-withr.

Change-Id: If468dd9df99a13aba9b9efa8e4eba5c7de2e4df7
This commit is contained in:
Ricardo Wurmus 2025-12-03 22:37:01 +01:00 committed by Andreas Enge
parent e1a5e892ba
commit b2e6f2a503
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4938,13 +4938,13 @@ customization from ggplot2 and other ggplot2 extension packages.")
(define-public r-ggthemes
(package
(name "r-ggthemes")
(version "5.1.0")
(version "5.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ggthemes" version))
(sha256
(base32
"03mxigi34nd05wjigm8lpcbyhp4c8jxz7zm04qs27clbzsn1jj07"))))
"1xicj5jvzw1050f7jcdcqbnafar1mwz6w8ld6xdp2bq8gabd9wx0"))))
(properties
'((updater-extra-native-inputs . ("r-dplyr"))))
(build-system r-build-system)
@ -4955,7 +4955,13 @@ customization from ggplot2 and other ggplot2 extension packages.")
r-scales
r-stringr
r-tibble))
(native-inputs (list r-dplyr r-testthat))
(native-inputs (list r-dplyr
r-glue
r-rlang
r-spelling
r-testthat
r-vdiffr
r-withr))
(home-page "https://cran.rstudio.com/web/packages/ggthemes")
(synopsis "Extra themes, scales and geoms for @code{ggplot2}")
(description "This package provides extra themes and scales for