progressr
1.0.0An Inclusive, Unifying API for Progress Updates
Overview
A minimal, unifying API for scripts and packages to report progress updates from anywhere including when using parallel processing. The package is designed such that the developer can to focus on what progress should be reported on without having to worry about how to present it. The end user has full control of how, where, and when to render these progress updates, e.g. in the terminal using utils::txtProgressBar(), cli::cli_progress_bar(), in a graphical user interface using utils::winProgressBar(), tcltk::tkProgressBar() or shiny::withProgress(), via the speakers using beepr::beep(), or on a file system via the size of a file. Anyone can add additional, customized, progression handlers. The 'progressr' package uses R's condition framework for signaling progress updated. Because of this, progress can be reported from almost anywhere in R, e.g. from classical for and while loops, from map-reduce API:s like the lapply() family of functions, 'purrr', 'plyr', and 'foreach'. It will also work with parallel processing via the 'future' framework, e.g. 'lapply(...) |> futurize()' and 'purrr::map(...) |> futurize()', which uses future.apply::future_lapply() and furrr::future_map() internally. The package is compatible with Shiny applications.
Install
Health
- OK2026-06-0913 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- ERROR2026-06-0812 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
- OK2026-03-1014 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 82%
- Documented parameters
- 79%
- Return-value docs
- 93%
- References docs
- 0%
Downloads
Repository
Stars over time
Forks over time
Issues over time
PRs over time
Repository practices
3 development-tooling and community-health practices detected across 3 families in the upstream repository
Checks run against github.com/futureverse/progressr on 2026-07-19.
Dependencies
and 130 more packages.
Code & Tests
- Cyclomatic complexity
- 3.0 median / 95 max
Test coverage
Line coverage
82%
Expression
80.4%
Tests / Examples
81.9% / 25% ex
Functions
85 33 exported
Complexity
7.9 avg / 95 max
Call network
85 nodes / 107 edges
Call graph
Open call graph →Lowest coverage
85 functions| Function | Cyclo | Coverage |
|---|---|---|
| handler_rstudio exp | 12 | 0% |
| commaq | 1 | 0% |
| get_package_option | 2 | 0% |
| length.progressor | 1 | 0% |
| trim | 1 | 0% |
| register_vignette_engine_during_build_only | 7 | 15% |
People & History
19 releases. Pick two to compare their code metrics. R releases are shown for context.
- 1.0.0Latest
- RR 4.6.0 released · 2026-04-24
- 0.19.02026-03-31 · diff ↗
- 0.18.02025-11-06 · diff ↗
- 0.17.02025-10-15 · diff ↗
- 0.16.02025-09-19 · diff ↗
- RR 4.5.0 released · 2025-04-11
- 0.15.12024-11-22 · diff ↗
- 0.15.02024-10-29 · diff ↗
- RR 4.4.0 released · 2024-04-24
- 0.14.02023-08-11 · diff ↗
- RR 4.3.0 released · 2023-04-21
- 0.13.02023-01-10 · diff ↗
- 0.12.02022-12-13 · diff ↗
- 0.11.02022-09-02 · diff ↗
- 0.10.12022-06-03 · diff ↗
Show 11 earlier events
Package metadata
- First published
- 2020-01-23
- Total releases
- 19 / 6 yrs
- License
- Apache License (>= 2)
- Minimum R
- ≥ 3.5.0
- Download size
- 223 KB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet