progressr icon indicating copy to clipboard operation
progressr copied to clipboard

Time-based information

Open HenrikBengtsson opened this issue 6 years ago • 2 comments

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

HenrikBengtsson avatar May 07 '19 04:05 HenrikBengtsson

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.

mem48 avatar Feb 24 '21 11:02 mem48

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.

HenrikBengtsson avatar Feb 25 '21 16:02 HenrikBengtsson