Package: gglogger Type: Package Title: Track 'ggplot2' Calls Version: 0.1.8 Authors@R: person("Panwen", "Wang", , "pwwang@pwwang.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4614-8970")) Description: Provides a way to log 'ggplot' component calls, which can be useful for debugging and understanding how 'ggplot' objects are created. The logged calls can be printed, saved, and re-executed to reproduce the original 'ggplot' object. License: MIT + file LICENSE Imports: ggplot2, cli, methods Suggests: rlang, testthat, S7 RoxygenNote: 7.3.3 Encoding: UTF-8 URL: https://github.com/pwwang/gglogger/ Repository: https://pwwang.r-universe.dev Date/Publication: 2026-04-14 06:44:32 UTC RemoteUrl: https://github.com/pwwang/gglogger RemoteRef: HEAD RemoteSha: d245539d8025cc5a96a0255b4c7f726e7edac5f4 NeedsCompilation: no Packaged: 2026-06-13 08:04:04 UTC; root Author: Panwen Wang [aut, cre] (ORCID: ) Maintainer: Panwen Wang