-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 960 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: ggreveal
Title: Reveal a 'ggplot' Incrementally
Version: 0.1.3
Authors@R:
person("Weverthon", "Machado", , "weverthonmachado@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9919-4738"))
Description: Provides functions that make it easy to reveal 'ggplot2' graphs incrementally. The functions take a plot produced with 'ggplot2' and return a list of plots showing data incrementally by panels, layers, groups, the values in an axis or any arbitrary aesthetic.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Imports:
cli,
dplyr,
ggplot2,
ggplotify,
lemon,
rlang,
stringr,
tidyr
Suggests:
testthat (>= 3.0.0),
withr,
vdiffr,
mockery
Config/testthat/edition: 3
URL: http://www.weverthon.com/ggreveal/, https://github.com/weverthonmachado/ggreveal
BugReports: https://github.com/weverthonmachado/ggreveal/issues