Skip to content

progressify

0.2.0

Progress Reporting of Common Functions via One Magic Function

1packages depend
1.8Kdownloads / year
83.1%test coverage
13/13checks pass

Overview

About
Maintained by Henrik BengtssonFirst published 2026-04-072 releasesCRAN page ↗GitHub ↗

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

CRAN checks
13OK
Slowest check: 5.1 min · r-devel-linux-x86_64-fedora-clang
Code health
Yes
Tests · ratio 0.03
83.1%
Coverage · measured lines
100%
Documentation · exports
2
Dependencies · direct
Check history
  • OK2026-06-08
    13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • NOTE2026-06-07
    12 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • OK2026-04-08
    6 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE

Documentation

Documentation
READMEYes · 537 wordsVignettesNopkgdown siteNoNEWSYes · 100% structuredCode of conductNoContributing guideNo
Examples that run
100%
Documented parameters
100%
Return-value docs
100%
References docs
0%

Downloads

1.8K
CRAN downloads in the past year
Rank #6,861 · ~5/day · ~149/mo
Daily download trend is not available in this view yet.
50030 days
1.5K90 days
1.8K1 year
Compare downloads with other packages →
Also on31 r2u29 autocran

Repository

Repository
3Stars
0Forks
1Open issues
0Open PRs
0Releases
98Commits
1Contributors
packageprogressrfutureversetranspiler
License Apache-2.0 · 98 commits · Last activity 2026-07-06 · 0% stars, 30d

Stars over time

2026-01-21 · 12026-07-07 · 3

Repository practices

Upstream repositoryBeta

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.

Continuous integration (1)
GitHub Actions
How this is detected·Detection ruleset v1 (2026-07-18)

Dependencies

Declared dependencies
16 external dependencies (excludes base and recommended)
Depends (2)
R >= 4.1.0progressr
Imports (1)
methods
LinkingTo (0)
none
Enhances (0)
none
Reverse dependencies
1direct
0indirect

Code & Tests

Code Composition
R 3,129 (70%)Markdown 1,190 (27%)Rd 128 (3%)CSS 18 (0%)
Code characteristics
Object systems
S31
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

Loading call graph…

Lowest coverage

36 functions
FunctionCycloCoverage
find_s3_method_transpiler40%
find_s4_method_transpiler40%
make_package_transpilers60%
mstr20%
register_vignette_engine_during_build_only615%
mprint267%

People & History

People (1)
Maintainer (1)
Author, Maintainer, Copyright holder
Authors (1)
Author, Maintainer, Copyright holder
Copyright holders (1)
Author, Maintainer, Copyright holder
Package Timeline

2 releases. Pick two to compare their code metrics. R releases are shown for context.

  • 0.2.0Latest
    2026-06-01 · current release · diff ↗
  • R
    R 4.6.0 released · 2026-04-24
  • 0.1.0
    2026-04-07
  • R
    R 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
Report a problem with this page →