Type: Package Package: ggtrace Title: Programmatically explore, debug, and manipulate ggplot internals Version: 0.7.7 Authors@R: person("June", "Choe", , "jchoe001@gmail.com", role = c("aut", "cre"), 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. License: MIT + file LICENSE URL: https://yjunechoe.github.io/ggtrace, https://github.com/yjunechoe/ggtrace BugReports: https://github.com/yjunechoe/ggtrace/issues Depends: R (>= 3.3.0) Imports: cli, rlang (>= 1.0.0) Suggests: dplyr, ggforce, ggh4x, ggplot2 (>= 3.4.0), grid, Hmisc, knitr, palmerpenguins, patchwork, pkgdown, R6, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 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' Repository: https://yjunechoe.r-universe.dev Date/Publication: 2025-12-10 00:28:02 UTC RemoteUrl: https://github.com/yjunechoe/ggtrace RemoteRef: HEAD RemoteSha: d608506b79e9b4feef854b57d91e9aa2c8b7d3a1 NeedsCompilation: no Packaged: 2026-06-13 08:30:42 UTC; root Author: June Choe [aut, cre] (ORCID: ) Maintainer: June Choe