Package: chronicler Title: Add Logging to Functions Version: 0.3.0 Authors@R: c( person("Bruno", "Rodrigues", , "bruno@brodrigues.co", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3211-3689")), person("Matouš", "Eibich", , "matous.eibich@seznam.cz", role = "ctb") ) 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) Depends: R (>= 4.1.0) Imports: diffobj, dplyr, ggplot2, maybe, rlang, tibble, utils Suggests: clipr, knitr, lubridate, openxlsx, purrr, rmarkdown, testthat, tidyr VignetteBuilder: knitr Encoding: UTF-8 LazyData: TRUE Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://b-rodrigues.r-universe.dev Date/Publication: 2026-01-10 12:40:34 UTC RemoteUrl: https://github.com/b-rodrigues/chronicler RemoteRef: HEAD RemoteSha: cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba NeedsCompilation: no Packaged: 2026-06-09 07:11:03 UTC; root Author: Bruno Rodrigues [aut, cre, cph] (ORCID: ), Matouš Eibich [ctb] Maintainer: Bruno Rodrigues