Package: gglogger 0.1.8

gglogger: Track 'ggplot2' Calls
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.
Authors:
gglogger_0.1.8.tar.gz
gglogger_0.1.8.zip(r-4.7)gglogger_0.1.8.zip(r-4.6)gglogger_0.1.8.zip(r-4.5)
gglogger_0.1.8.tgz(r-4.6-any)gglogger_0.1.8.tgz(r-4.5-any)
gglogger_0.1.8.tar.gz(r-4.7-any)gglogger_0.1.8.tar.gz(r-4.6-any)
gglogger_0.1.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gglogger/json (API)
| # Install 'gglogger' in R: |
| install.packages('gglogger', repos = c('https://pwwang.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pwwang/gglogger/issues
ggplotggplot2ggplot2-enhancements
Last updated from:d245539d80. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 136 | ||
| macos-oldrel-arm64 | OK | 146 | ||
| windows-devel | OK | 84 | ||
| windows-release | OK | 69 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 96 |
Dependencies:clicpp11farverggplot2gluegtableisobandlabelinglifecycleR6RColorBrewerrlangS7scalesvctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| GGLog class | GGLog GGLog-class |
| GGLogs class | GGLogs GGLogs-class |
| Override ggplot function to log calls | ggplot |
| Print a GGLog object | print.GGLog |
| Print a GGLogs object | print.GGLogs |
| Register a function that returns a ggplot object This is usually implemented by ggplot extensions. | register |
