Package: progressify 0.2.0-9005

Henrik Bengtsson

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:Henrik Bengtsson [aut, cre, cph]

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

On CRAN:

Conda:

futureverseprogresstranspiler

7.11 score 3 stars 47 scripts 468 downloads 4 exports 2 dependencies

Last updated from:cb08d66574 (on develop). Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK218
source / vignettesOK210
linux-release-x86_64OK192
macos-release-arm64OK115
macos-oldrel-arm64OK128
windows-develOK196
windows-releaseOK148
windows-oldrelOK150
wasm-releaseOK146

Exports:progressifyprogressify_supported_functionsprogressify_supported_packagespz

Dependencies:digestprogressr

Progress updates for base-R apply functions
TL;DR | Introduction | Supported Functions | Combining with futurize | Known issues

Last update: 2026-07-06
Started: 2026-03-30

Progress updates for 'SimDesign' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-05-25
Started: 2026-05-25

Progress updates for 'lme4' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-05-24
Started: 2026-05-24

Progress updates for 'fwb' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-05-24
Started: 2026-05-24

Progress updates for 'boot' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-05-23
Started: 2026-05-23

Progress updates for 'sandwich' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-05-23
Started: 2026-05-23

Progress updates for 'crossmap' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-04-07
Started: 2026-03-30

Progress updates for 'furrr' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-04-07
Started: 2026-03-28

Progress updates for 'purrr' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-04-07
Started: 2026-03-28

Progress updates for 'future.apply' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-04-01
Started: 2026-03-28

Progress updates for 'partykit' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-04-01
Started: 2026-03-30

Progress updates for 'plyr' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-04-01
Started: 2026-03-30

Progress updates for 'stats' functions
TL;DR | Introduction | Supported Functions

Last update: 2026-04-01
Started: 2026-03-30

Progress updates for 'foreach' functions
TL;DR | Introduction | With doFuture | Supported Functions

Last update: 2026-03-30
Started: 2026-03-30