Package: logr 1.3.8
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.8.tar.gz
logr_1.3.8.zip(r-4.5)logr_1.3.8.zip(r-4.4)logr_1.3.8.zip(r-4.3)
logr_1.3.8.tgz(r-4.4-any)logr_1.3.8.tgz(r-4.3-any)
logr_1.3.8.tar.gz(r-4.5-noble)logr_1.3.8.tar.gz(r-4.4-noble)
logr_1.3.8.tgz(r-4.4-emscripten)logr_1.3.8.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
Last updated 7 months agofrom:ba5dde394f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:get_warningslog_closelog_codelog_errorlog_hooklog_openlog_pathlog_printlog_resumelog_statuslog_suspendlog_warningputsep
Additional Features
Rendered fromlogr-features.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2024-02-24
Started: 2020-12-21
Aliases for log_print()
Rendered fromlogr-put.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2021-11-15
Started: 2020-12-21
Complete Example
Rendered fromlogr-example1.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2022-08-20
Started: 2021-11-16
Frequently Asked Questions
Rendered fromlogr-faq.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2024-02-24
Started: 2021-11-16
Global Options
Rendered fromlogr-globals.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2024-03-28
Started: 2020-12-21
Log Parts
Rendered fromlogr-parts.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2021-11-15
Started: 2020-12-21
logr
Rendered fromlogr.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2021-11-18
Started: 2020-06-30
tidylog Integration
Rendered fromlogr-tidylog.Rmd
usingknitr::rmarkdown
on Nov 05 2024.Last update: 2021-11-16
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 |
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 |