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

203.5K

Last 30 days

233rd

567.5K

Last 90 days

2.3M

Last year

Trend: +13.5% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 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-macos-arm64 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 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (161)

depends

Dependency Network

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

Version History

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
updated 0.7.0 ← 0.6.0 diff Dec 10, 2020
updated 0.6.0 ← 0.5.0 diff May 18, 2020
updated 0.5.0 ← 0.4.0 diff Apr 16, 2020
new 0.4.0 Jan 22, 2020