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()'.
| Version: | 0.2.0 |
| Depends: | R (≥ 4.1.0), progressr |
| Imports: | methods |
| Suggests: | base64enc, boot, commonmark, crossmap, doFuture, foreach, furrr, future.apply, fwb, futurize, lme4, partykit, plyr, purrr, sandwich, SimDesign, tools |
| Published: | 2026-05-31 |
| DOI: | 10.32614/CRAN.package.progressify |
| Author: | Henrik Bengtsson |
| Maintainer: | Henrik Bengtsson <henrikb at braju.com> |
| BugReports: | https://github.com/futureverse/progressify/issues |
| License: | Apache License (≥ 2) |
| URL: | https://progressify.futureverse.org, https://github.com/futureverse/progressify |
| NeedsCompilation: | no |
| Materials: | README, NEWS |
| CRAN checks: | progressify results |
| Package source: | progressify_0.2.0.tar.gz |
| Windows binaries: | r-devel: progressify_0.2.0.zip, r-release: progressify_0.2.0.zip, r-oldrel: progressify_0.2.0.zip |
| macOS binaries: | r-release (arm64): progressify_0.2.0.tgz, r-oldrel (arm64): progressify_0.2.0.tgz, r-release (x86_64): progressify_0.2.0.tgz, r-oldrel (x86_64): progressify_0.2.0.tgz |
| Old sources: | progressify archive |
Please use the canonical form https://CRAN.R-project.org/package=progressify to link to this page.