shikokuchuo / mirai

mirai - Minimalist Async Evaluation Framework for R
https://shikokuchuo.net/mirai/
GNU General Public License v3.0
193 stars 10 forks source link

Rename cli progress bars for release #143

Closed shikokuchuo closed 2 months ago

shikokuchuo commented 2 months ago

Adopts the name .progress_cli with usage like:

m <- mirai_map(1:1000, func)[.progress_cli]

Retains the current (much faster) default [.progress].

This approach has the advantage of not having to check for presence of {cli} on first use.

The slightly clunkier name would not matter for programmatic use e.g. by package authors.

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.70%. Comparing base (3aff79d) to head (71def3b).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #143 +/- ## ======================================= Coverage 99.70% 99.70% ======================================= Files 9 9 Lines 667 667 ======================================= Hits 665 665 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.