Package: chronicler
Title: Add Logging to Functions
Version: 0.2.2
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
RoxygenNote: 7.3.1
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
NeedsCompilation: no
Packaged: 2024-03-20 09:35:22 UTC; cbrunos
Author: Bruno Rodrigues [aut, cre, cph]
    (<https://orcid.org/0000-0002-3211-3689>)
Maintainer: Bruno Rodrigues <bruno@brodrigues.co>
Repository: CRAN
Date/Publication: 2024-03-20 09:50:02 UTC
Built: R 4.3.1; ; 2024-03-20 12:36:02 UTC; unix
