-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.41 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: ggtrace
Type: Package
Title: Programmatically explore, debug, and manipulate ggplot internals
Version: 0.7.3
Authors@R: c(
person(given = "June",
family = "Choe",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0701-921X")))
Description: Programmatically explore, debug, and manipulate ggplot internals. Package
ggtrace offers a low-level interface that extends base R capabilities of trace, as well
as a family of workflow functions that make interactions with ggplot internals more accessible.
URL: https://yjunechoe.github.io/ggtrace, https://github.com/yjunechoe/ggtrace
BugReports: https://github.com/yjunechoe/ggtrace/issues
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'utils.R'
'helpers.R'
'get_method.R'
'tracedump.R'
'ggedit.R'
'gguntrace.R'
'ggtrace.R'
'one-offs.R'
'with_ggtrace.R'
'topic-tracing-context.R'
'workflows-utils.R'
'workflows-inspect.R'
'workflows-capture.R'
'workflows-highjack.R'
'aliases.R'
'last-errorcontext.R'
'sublayer-data.R'
'zzz.R'
Imports:
cli,
rlang (>= 1.0.0)
Suggests:
ggplot2 (>= 3.4.0),
dplyr,
grid,
ggforce,
ggh4x,
patchwork,
R6,
rmarkdown,
knitr,
pkgdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3