CRAN/E | chronicler

chronicler

Add Logging to Functions

Installation

About

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.

Bug report File report

Key Metrics

Version 0.2.2
R ≥ 4.0
Published 2024-03-20 40 days ago
Needs compilation? no
License GPL (≥ 3)
CRAN checks chronicler results

Downloads

Yesterday 6 0%
Last 7 days 55 -20%
Last 30 days 236 -24%
Last 90 days 696 -4%
Last 365 days 2.610 +6%

Maintainer

Maintainer

Bruno Rodrigues

bruno@brodrigues.co

Authors

Bruno Rodrigues

aut / cre / cph

Material

README
NEWS
Reference manual
Package source

Vignettes

A non-mathematician's introduction to monads
The Maybe monad
A real world example

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

chronicler archive

Depends

R ≥ 4.0

Imports

clipr
diffobj
dplyr
maybe
rlang
stringr
tibble

Suggests

knitr
lubridate
purrr
rmarkdown
testthat ≥ 3.1.4
tidyr