mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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:
parent
e1a5e892ba
commit
b2e6f2a503
1 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue