progressify
0.2.0Progress Reporting of Common Functions via One Magic Function
Overview
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()'.
Install
Health
- OK2026-06-0813 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- NOTE2026-06-0712 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- OK2026-04-086 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 100%
- Documented parameters
- 100%
- Return-value docs
- 100%
- References docs
- 0%
Downloads
Repository
Stars over time
Issues over time
Repository practices
1 development-tooling and community-health practice detected across 1 family in the upstream repository
Checks run against github.com/futureverse/progressify on 2026-07-19.
Dependencies
Code & Tests
- Cyclomatic complexity
- 2.0 median / 25 max
Test coverage
Line coverage
83%
Expression
83.6%
Tests / Examples
83.1% / 10% ex
Functions
36 3 exported
Complexity
4.8 avg / 25 max
Call network
36 nodes / 47 edges
Call graph
Open call graph →Lowest coverage
36 functions| Function | Cyclo | Coverage |
|---|---|---|
| find_s3_method_transpiler | 4 | 0% |
| find_s4_method_transpiler | 4 | 0% |
| make_package_transpilers | 6 | 0% |
| mstr | 2 | 0% |
| register_vignette_engine_during_build_only | 6 | 15% |
| mprint | 2 | 67% |
People & History
2 releases. Pick two to compare their code metrics. R releases are shown for context.
- 0.2.0Latest
- RR 4.6.0 released · 2026-04-24
- 0.1.02026-04-07
- RR 4.5.0 released · 2025-04-11
Package metadata
- First published
- 2026-04-07
- Total releases
- 2 / 1 yrs
- License
- Apache License (>= 2)
- Minimum R
- ≥ 4.1.0
- Download size
- not tracked yet
- Installed size
- not tracked yet
- With dependencies
- not tracked yet