Package: logr 1.3.9
![](https://github.com/dbosak01/logr/raw/HEAD/logo.png)
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.5)logr_1.3.9.zip(r-4.4)logr_1.3.9.zip(r-4.3)
logr_1.3.9.tgz(r-4.5-any)logr_1.3.9.tgz(r-4.4-any)logr_1.3.9.tgz(r-4.3-any)
logr_1.3.9.tar.gz(r-4.5-noble)logr_1.3.9.tar.gz(r-4.4-noble)
logr_1.3.9.tgz(r-4.4-emscripten)logr_1.3.9.tgz(r-4.3-emscripten)
logr.pdf |logr.html✨
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 site:https://logr.r-sassy.org
Last updated 8 days agofrom:bd2f5e1145. Checks:8 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 11 2025 |
R-4.5-win | OK | Feb 11 2025 |
R-4.5-mac | OK | Feb 11 2025 |
R-4.5-linux | OK | Feb 11 2025 |
R-4.4-win | OK | Feb 11 2025 |
R-4.4-mac | OK | Feb 11 2025 |
R-4.3-win | OK | Feb 11 2025 |
R-4.3-mac | OK | Feb 11 2025 |
Exports:get_warningslog_closelog_codelog_errorlog_hooklog_infolog_openlog_pathlog_printlog_resumelog_statuslog_suspendlog_warningputsep
Additional Features
Rendered fromlogr-features.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2024-02-24
Started: 2020-12-21
Aliases for log_print()
Rendered fromlogr-put.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2021-11-15
Started: 2020-12-21
Complete Example
Rendered fromlogr-example1.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2022-08-20
Started: 2021-11-16
Frequently Asked Questions
Rendered fromlogr-faq.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2025-02-11
Started: 2021-11-16
Global Options
Rendered fromlogr-globals.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2025-01-28
Started: 2020-12-21
Log Parts
Rendered fromlogr-parts.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2021-11-15
Started: 2020-12-21
logr
Rendered fromlogr.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2021-11-18
Started: 2020-06-30
Package Integration
Rendered fromlogr-integration.Rmd
usingknitr::rmarkdown
on Feb 11 2025.Last update: 2025-02-11
Started: 2025-02-11
tidylog Integration
Rendered fromlogr-tidylog.Rmd
usingknitr::rmarkdown
on Feb 11 2025.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 |