# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "genproc" in publications use:' type: software license: MIT title: 'genproc: Robust, Logged and Reproducible Iteration at Organizational Scale' version: 0.2.0 abstract: 'Turns one-off iterative R procedures (such as for loops, lapply() or pmap() from ''purrr'') into production-grade workflows by wrapping them with orthogonal, composable execution layers. Two layers are always active: structured logging with real traceback and per-case timing; and reproducibility capture, which records the R version, loaded package versions, execution environment, the exact iteration mask, and a stat-based fingerprint of every input file referenced in the mask (with a diff_inputs() helper to detect silent drift between runs). Parallel execution (built on the ''future'' framework, Bengtsson (2021) ), non-blocking background jobs, and opt-in progress reporting (via ''progressr'') are implemented as optional, composable layers. Further layers (error replay, content-hash input fingerprinting, content-based case identifiers) are planned and will remain composable with the default layers.' authors: - family-names: Rakotomalala given-names: Daniel email: rakdanielh@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/danielrak/genproc commit: 1315f242ccf23b1c423d2f3f48dd8fdfbb04fad5 url: https://danielrak.github.io/genproc/ date-released: '2026-05-12' contact: - family-names: Rakotomalala given-names: Daniel email: rakdanielh@gmail.com