Package: chronicler Title: Add Logging to Functions Version: 0.2.1 Authors@R: person("Bruno", "Rodrigues", , "bruno@brodrigues.co", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3211-3689")) Description: Decorate functions to make them return enhanced output. The enhanced output consists in an object of type 'chronicle' containing the result of the function applied to its arguments, as well as a log detailing when the function was run, what were its inputs, what were the errors (if the function failed to run) and other useful information. Tools to handle decorated functions are included, such as a forward pipe operator that makes chaining decorated functions possible. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 BugReports: https://github.com/b-rodrigues/chronicler/issues Depends: R (>= 4.0), Imports: clipr, diffobj, dplyr, maybe, rlang, stringr, tibble Suggests: knitr, lubridate, purrr, rmarkdown, testthat (>= 3.1.4), tidyr VignetteBuilder: knitr Config/testthat/edition: 3 LazyData: true