MUCollective / multiverse

R package for creating explorable multiverse analysis
https://mucollective.github.io/multiverse/
GNU General Public License v3.0
62 stars 5 forks source link

Adding the option for progress bars to `execute_multiverse` #104

Closed markromanmiller closed 2 years ago

markromanmiller commented 2 years ago

I'm a big fan of progress bars on long-running R code, so in this PR I've added a progress argument to execute_multiverse, using pbmcapply (if installed) to display a progress bar for each step.

abhsarma commented 2 years ago

Thanks for implementing this! This is probably very valuable for large and/or complex analyses

abhsarma commented 2 years ago

Sorry for the confusion, could you actually make a PR to the dev branch so that all changes for the new version are in the same place for me to keep track of? Thanks!