The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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 'futurize' package for parallelization, e.g. 'lapply(x, fcn) |> progressify() |> futurize()' and 'purrr::map(x, fcn) |> futurize() |> progressify()'.
| Version: | 0.1.0 |
| Depends: | R (≥ 4.1.0), progressr |
| Imports: | methods |
| Suggests: | base64enc, commonmark, crossmap, doFuture, foreach, furrr, future.apply, futurize, partykit, plyr, purrr, tools |
| Published: | 2026-04-07 |
| DOI: | 10.32614/CRAN.package.progressify (may not be active yet) |
| Author: | Henrik Bengtsson [aut, cre, cph] |
| Maintainer: | Henrik Bengtsson <henrikb at braju.com> |
| License: | GPL (≥ 3) |
| NeedsCompilation: | no |
| Materials: | README, NEWS |
| CRAN checks: | progressify results |
| Package source: | progressify_0.1.0.tar.gz |
| Windows binaries: | r-devel: progressify_0.1.0.zip, r-release: not available, r-oldrel: not available |
| macOS binaries: | r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): progressify_0.1.0.tgz, r-oldrel (x86_64): progressify_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=progressify to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.