Package: progressify 0.2.0-9005
progressify: Progress Reporting of Common Functions via One Magic Function
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:
progressify_0.2.0-9005.tar.gz
progressify_0.2.0-9005.zip(r-4.7)progressify_0.2.0-9005.zip(r-4.6)progressify_0.2.0-9005.zip(r-4.5)
progressify_0.2.0-9005.tgz(r-4.6-any)progressify_0.2.0-9005.tgz(r-4.5-any)
progressify_0.2.0-9005.tar.gz(r-4.7-any)progressify_0.2.0-9005.tar.gz(r-4.6-any)
progressify_0.2.0-9005.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
progressify/json (API)
| # Install 'progressify' in R: |
| install.packages('progressify', repos = c('https://futureverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/futureverse/progressify/issues
Pkgdown/docs site:https://progressify.futureverse.org
Last updated from:cb08d66574 (on develop). Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 218 | ||
| source / vignettes | OK | 210 | ||
| linux-release-x86_64 | OK | 192 | ||
| macos-release-arm64 | OK | 115 | ||
| macos-oldrel-arm64 | OK | 128 | ||
| windows-devel | OK | 196 | ||
| windows-release | OK | 148 | ||
| windows-oldrel | OK | 150 | ||
| wasm-release | OK | 146 |
Exports:progressifyprogressify_supported_functionsprogressify_supported_packagespz
Last update: 2026-07-06
Started: 2026-03-30
Last update: 2026-05-25
Started: 2026-05-25
Last update: 2026-05-24
Started: 2026-05-24
Last update: 2026-05-24
Started: 2026-05-24
Last update: 2026-05-23
Started: 2026-05-23
Last update: 2026-05-23
Started: 2026-05-23
Last update: 2026-04-07
Started: 2026-03-30
Last update: 2026-04-07
Started: 2026-03-28
Last update: 2026-04-07
Started: 2026-03-28
Last update: 2026-04-01
Started: 2026-03-28
Last update: 2026-04-01
Started: 2026-03-30
Last update: 2026-04-01
Started: 2026-03-30
Last update: 2026-04-01
Started: 2026-03-30
Last update: 2026-03-30
Started: 2026-03-30
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Evaluate a regular map-reduce call with progress updates | progressify pz |
| List packages and functions supporting progressification | progressify_supported_functions progressify_supported_packages |
