Package: logr 1.3.9

logr: Creates Log Files
Contains functions to help create log files. The package aims to overcome the difficulty of the base R sink() command. The log_print() function will print to both the console and the file log, without interfering in other write operations.
Authors:
logr_1.3.9.tar.gz
logr_1.3.9.zip(r-4.7)logr_1.3.9.zip(r-4.6)logr_1.3.9.zip(r-4.5)
logr_1.3.9.tgz(r-4.6-any)logr_1.3.9.tgz(r-4.5-any)
logr_1.3.9.tar.gz(r-4.7-any)logr_1.3.9.tar.gz(r-4.6-any)
logr_1.3.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
logr/json (API)
NEWS
| # Install 'logr' in R: |
| install.packages('logr', repos = c('https://dbosak01.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dbosak01/logr/issues
Pkgdown/docs site:https://logr.r-sassy.org
Last updated from:d2f363a864. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 169 | ||
| source / vignettes | OK | 175 | ||
| linux-release-x86_64 | OK | 115 | ||
| macos-release-arm64 | OK | 70 | ||
| macos-oldrel-arm64 | OK | 72 | ||
| windows-devel | OK | 75 | ||
| windows-release | OK | 95 | ||
| windows-oldrel | OK | 94 | ||
| wasm-release | OK | 117 |
Exports:get_warningslog_closelog_codelog_errorlog_hooklog_infolog_openlog_pathlog_printlog_resumelog_statuslog_suspendlog_warningputsep
Additional Features
Rendered fromlogr-features.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2024-02-24
Started: 2020-12-21
Aliases for log_print()
Rendered fromlogr-put.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2021-11-15
Started: 2020-12-21
Complete Example
Rendered fromlogr-example1.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2025-12-08
Started: 2021-11-16
Frequently Asked Questions
Rendered fromlogr-faq.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2025-02-11
Started: 2021-11-16
Global Options
Rendered fromlogr-globals.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2025-03-26
Started: 2020-12-21
Log Parts
Rendered fromlogr-parts.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2021-11-15
Started: 2020-12-21
logr
Rendered fromlogr.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2021-11-18
Started: 2020-06-30
Package Integration
Rendered fromlogr-integration.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2025-03-26
Started: 2025-02-11
tidylog Integration
Rendered fromlogr-tidylog.Rmdusingknitr::rmarkdownon May 23 2026.Last update: 2025-02-11
Started: 2020-12-21
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Gets warnings from most recent log | get_warnings |
| Close the log | log_close |
| Log the current program code | log_code |
| Logs an error | log_error |
| Logs an informational message | log_info |
| Open a log | log_open |
| Get the path of the current log | log_path |
| Print an object to the log | log_hook log_print put sep |
| Resume writing to a log | log_resume |
| Get the status of the log | log_status |
| Suspends the log | log_suspend |
| Logs a warning | log_warning |
