me
/
guix
Archived
1
0
Fork 0

gnu: r-ggside: Update to 0.2.2.

* gnu/packages/cran.scm (r-ggside): Update to 0.2.2.
[propagated-inputs]: Add r-vctrs.
Ricardo Wurmus 2022-12-19 17:07:16 +01:00
parent 50f69ad7ba
commit 96e1f10e66
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions
gnu/packages

View File

@ -1609,13 +1609,13 @@ respecting the grammar of its graphics paradigm.")
(define-public r-ggside
(package
(name "r-ggside")
(version "0.2.1")
(version "0.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "ggside" version))
(sha256
(base32
"1vl7kzgmi5xxxsqvyg4cm4xwd3lfjgysay1lw6hri5vj22mnga5h"))))
"1z50z4xpxfpqdz26hja6xw3q403p00cr5qawjxl0qg4jixl7j65p"))))
(properties `((upstream-name . "ggside")))
(build-system r-build-system)
(propagated-inputs
@ -1624,7 +1624,8 @@ respecting the grammar of its graphics paradigm.")
r-gtable
r-rlang
r-scales
r-tibble))
r-tibble
r-vctrs))
(native-inputs (list r-knitr))
(home-page "https://cran.r-project.org/package=ggside")
(synopsis "Side grammar graphics that extends @code{ggplot2}")