Package: dyn.log Type: Package Title: Dynamic Logging for R Inspired by Configuration Driven Development Version: 0.4.0 Authors@R: c(person(given = "Brandon", family = "Moretz", role = c("aut", "cre"), email = "bmoretz@ionicsolutions.net", comment = c(ORCID = "0000-0001-8832-5173") )) Maintainer: Brandon Moretz Description: A comprehensive and dynamic configuration driven logging package for R. While there are several excellent logging solutions already in the R ecosystem, I always feel constrained in some way by each of them. Every project is designed differently to solve it's domain specific problem, and ultimately the utility of a logging solution is its ability to adapt to this design. This is the raison d'ĂȘtre for 'dyn.log': to provide a modular design, template mechanics and a configuration-based integration model, so that the logger can integrate deeply into your design, even though it knows nothing about it. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.0) Imports: crayon (>= 1.4.1), glue (>= 1.4.2), R6 (>= 2.5.1), rlang (>= 0.4.12), stringr (>= 1.4.0), yaml (>= 2.2.1) URL: https://bmoretz.github.io/dyn.log/ BugReports: https://github.com/bmoretz/dyn.log/issues Suggests: devtools, usethis, rmarkdown, markdown, knitr, covr (>= 3.5.1), testthat (>= 3.0.0), lintr (>= 0.28), remotes, pkgdown, prettydoc, here, fansi, pander, DT Config/testthat/edition: 3 RoxygenNote: 7.1.2 Language: en-US VignetteBuilder: knitr NeedsCompilation: no Packaged: 2022-03-12 23:53:51 UTC; brandon Author: Brandon Moretz [aut, cre] () Repository: CRAN Date/Publication: 2022-03-14 19:30:02 UTC