~ruther/guix-local

6a4ab82872c39157425d18589ac595743f08f72d — Ricardo Wurmus 8 months ago 00842d3
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 9 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +9 -3
@@ 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