Package: rlog Title: A Simple, Opinionated Logging Utility Version: 0.2.0 Authors@R: c( person("Mark","Sellors", role = c("aut", "cre"), email = "rstats@5vcc.com", comment = c(ORCID = "0009-0007-1582-4706")), person("Daniel", "Simeone", role = "ctb") ) Description: A very lightweight package that writes out log messages in an opinionated way. Simpler and lighter than other logging packages, 'rlog' provides a compact feature set that focuses on getting the job done in a Unix-like way. URL: https://github.com/sellorm/rlog BugReports: https://github.com/sellorm/rlog/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://sellorm.r-universe.dev Date/Publication: 2026-03-19 10:26:42 UTC RemoteUrl: https://github.com/sellorm/rlog RemoteRef: HEAD RemoteSha: ca95be1b105e82aa3e16736231068ea048cea8f1 NeedsCompilation: no Packaged: 2026-06-17 08:07:58 UTC; root Author: Mark Sellors [aut, cre] (ORCID: ), Daniel Simeone [ctb] Maintainer: Mark Sellors