Package: logr Title: Creates Log Files Version: 1.3.9 Authors@R: c( person(given = "David", family = "Bosak", role = c("aut", "cre"), email = "dbosak01@gmail.com"), person("Rikard", "Isaksson", role = "ctb")) Description: 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. License: CC0 Encoding: UTF-8 URL: https://logr.r-sassy.org, https://github.com/dbosak01/logr BugReports: https://github.com/dbosak01/logr/issues Depends: R (>= 3.4.0), common (>= 1.1.3) Suggests: knitr, rmarkdown, testthat, tidylog, dplyr, covr Imports: withr, utils VignetteBuilder: knitr Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://dbosak01.r-universe.dev Date/Publication: 2025-12-08 23:22:25 UTC RemoteUrl: https://github.com/dbosak01/logr RemoteRef: HEAD RemoteSha: d2f363a8644659f2237e84055078c6a5af3dc2fb NeedsCompilation: no Packaged: 2026-06-22 09:51:59 UTC; root Author: David Bosak [aut, cre], Rikard Isaksson [ctb] Maintainer: David Bosak