English

Monitoring data in R with the lumberjack package

Computation 2025-12-30 v1

Abstract

Monitoring data while it is processed and transformed can yield detailed insight into the dynamics of a (running) production system. The lumberjack package is a lightweight package allowing users to follow how an R object is transformed as it is manipulated by R code. The package abstracts all logging code from the user, who only needs to specify which objects are logged and what information should be logged. A few default loggers are included with the package but the package is extensible through user-defined logger objects.

Keywords

Cite

@article{arxiv.2005.04050,
  title  = {Monitoring data in R with the lumberjack package},
  author = {Mark P. J. van der Loo},
  journal= {arXiv preprint arXiv:2005.04050},
  year   = {2025}
}

Comments

Accepted for publication in the Journal of Statistical Software

R2 v1 2026-06-23T15:24:27.379Z