Package: gglogger
Type: Package
Title: Track 'ggplot2' Calls
Version: 0.1.7
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/
NeedsCompilation: no
Packaged: 2025-10-08 06:53:58 UTC; pwwang
Author: Panwen Wang [aut, cre] (ORCID: <https://orcid.org/0000-0002-4614-8970>)
Maintainer: Panwen Wang <pwwang@pwwang.com>
Repository: CRAN
Date/Publication: 2025-10-08 07:10:02 UTC
Built: R 4.6.0; ; 2025-10-08 09:18:18 UTC; unix
