Package: luzlogr 0.2.1
luzlogr: Lightweight Logging for R Scripts
Provides flexible but lightweight logging facilities for R scripts. Supports priority levels for logs and messages, flagging messages, capturing script output, switching logs, and logging to files or connections.
Authors:
luzlogr_0.2.1.tar.gz
luzlogr_0.2.1.zip(r-4.7)luzlogr_0.2.1.zip(r-4.6)luzlogr_0.2.1.zip(r-4.5)
luzlogr_0.2.1.tgz(r-4.6-any)luzlogr_0.2.1.tgz(r-4.5-any)
luzlogr_0.2.1.tar.gz(r-4.7-any)luzlogr_0.2.1.tar.gz(r-4.6-any)
luzlogr_0.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
luzlogr/json (API)
NEWS
| # Install 'luzlogr' in R: |
| install.packages('luzlogr', repos = c('https://bpbond.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bpbond/luzlogr/issues
Last updated from:13ccaf301d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 149 | ||
| source / vignettes | OK | 152 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 136 | ||
| macos-oldrel-arm64 | OK | 171 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 81 | ||
| windows-oldrel | OK | 80 | ||
| wasm-release | OK | 105 |
Exports:closelogflaglogopenlogprintlog
Dependencies:assertthat
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Close current logfile | closelog |
| Open a new logfile | openlog |
| Log a message | flaglog printlog |
