Skip to content

progressr

An Inclusive, Unifying API for Progress Updates

v0.19.0 · Mar 31, 2026 · GPL (>= 3)

Description

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.

Downloads

CRAN

194.7K

Last 30 days

243rd

689.8K

Last 90 days

2.5M

Last year

Trend: -12.9% (30d vs prior 30d)

r2u CRAN

3.8K

Last 30 days

13.1K

Last 90 days

45.7K

Last year

Trend: -13% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR r-devel-linux-x86_64-debian-gcc

re-building of vignette outputs

Error(s) in re-building vignettes:
  ...
--- re-building ‘progressr-01-intro.md’ using selfonly
--- finished re-building ‘progressr-01-intro.md’

--- re-building ‘progressr-11-handlers.md’ using selfonly
--- finished re-building ‘progressr-11-handler
...[truncated]...
ound on 'progressr-31-knitr.md'
--- finished re-building ‘progressr-31-knitr.md’

Fatal error: cannot create 'R_TempDir'
SUMMARY: processing the following file failed:
  ‘progressr-91-appendix.md’

Error: Vignette re-building failed.
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (173)

Dependency Network

Dependencies Reverse dependencies digest GeoModels progressify AIPW BayesRegDTR ConFluxPro EFAtools EGAnet EconCausal EpiForsk FDOTT JANE LWFBrook90R MOODE MixMashNet PWIR +158 more reverse deps progressr

Version History

19 tracked
updated 0.19.0 ← 0.18.0 diff Mar 31, 2026
new 0.18.0 Mar 10, 2026
updated 0.18.0 ← 0.17.0 diff Nov 5, 2025
updated 0.17.0 ← 0.16.0 diff Oct 14, 2025
updated 0.16.0 ← 0.15.1 diff Sep 18, 2025
updated 0.15.1 ← 0.15.0 diff Nov 21, 2024
updated 0.15.0 ← 0.14.0 diff Oct 28, 2024
updated 0.14.0 ← 0.13.0 diff Aug 10, 2023
updated 0.13.0 ← 0.12.0 diff Jan 9, 2023
updated 0.12.0 ← 0.11.0 diff Dec 12, 2022
updated 0.11.0 ← 0.10.1 diff Sep 1, 2022
updated 0.10.1 ← 0.10.0 diff Jun 2, 2022
updated 0.10.0 ← 0.9.0 diff Dec 18, 2021
updated 0.9.0 ← 0.8.0 diff Sep 23, 2021
updated 0.8.0 ← 0.7.0 diff Jun 9, 2021