# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "progressify" in publications use:' type: software license: Apache-2.0 title: 'progressify: Progress Reporting of Common Functions via One Magic Function' version: 0.2.0-9005 doi: 10.32614/CRAN.package.progressify abstract: The progressify() function rewrites (transpiles) calls to sequential and parallel map-reduce functions such as base::lapply(), purrr::map(), foreach::foreach(), and plyr::llply() to signal progress updates. By combining this function with R's native pipe operator, you have a straightforward way to report progress on iterative computations with minimal refactoring, e.g. 'lapply(x, fcn) |> progressify()' and 'purrr::map(x, fcn) |> progressify()'. It is compatible with the parallel-processing map-reduce packages 'future.apply', 'furrr', 'crossmap', 'foreach', 'doFuture', and 'futurize'. It also supports domain-specific packages including 'boot', 'fwb', 'lme4', 'partykit', 'sandwich', and 'SimDesign', e.g. 'boot::boot(data, stat, R) |> progressify()'. authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com orcid: https://orcid.org/0000-0002-7579-5165 repository: https://futureverse.r-universe.dev repository-code: https://github.com/futureverse/progressify commit: cb08d6657451a48d65a4a6b28bbee894b9fc5bcd url: https://progressify.futureverse.org date-released: '2026-07-06' contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com orcid: https://orcid.org/0000-0002-7579-5165