progressr
progressr copied to clipboard
Time-based information
Time-based information can be inferred if we track the timestamp of each step:
- [ ] duration
- [ ] duration per step
- [ ] duration of last step
- [ ] steps per second
- [ ] ETA
Hi @HenrikBengtsson is it possible to get an ETA out of progressr? I'm looking to port my code from pbapply to future.apply / progressr but I can't find a way to duplicate the time remaining time feature in pbapply.
The vignette (https://cran.r-project.org/web/packages/progressr/vignettes/progressr-intro.html - also in the README) has an example where a progress handler reports on ETA.