Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use progress package for auto progress bars #275

Closed
jefferis opened this issue Jan 2, 2016 · 5 comments
Closed

Use progress package for auto progress bars #275

jefferis opened this issue Jan 2, 2016 · 5 comments
Assignees

Comments

@jefferis
Copy link
Collaborator

jefferis commented Jan 2, 2016

progress looks like exactly what I needed, because they don't turn on until after a small delay.

full_kcs.dps=dotprops(full_kcs/1e3, resample=1, k=5, .progress='progress')

Currently this shows two progress bars – one for the division (instantaneous) and one for the resample/dotprops operation.

See r-lib/progress#30

@jefferis
Copy link
Collaborator Author

made a start on this, but think I will hold off until issue r-lib/progress#33 is addressed i.e. show_after stops progress bars from being shown at all. That said progress is already cleaner than dply progress bars since they are cleared after use and they leave no footprint in the terminal (and one blank line in Rstudio).

@jefferis jefferis added the ready label Mar 18, 2019
jefferis added a commit that referenced this issue Jun 20, 2019
* WIP
* should really add an argument to control this
* uses progress package
* progress on #275
@jefferis
Copy link
Collaborator Author

Main things left to do

  • decide how to implement a default state for nat.progress.
  • replace any other uses of progress bars that do not use nlapply

@jefferis
Copy link
Collaborator Author

@jefferis
Copy link
Collaborator Author

jefferis commented Aug 6, 2019

Also can give nmapply a progress bar

jefferis added a commit that referenced this issue Aug 15, 2019
@jefferis
Copy link
Collaborator Author

jefferis commented Oct 5, 2019

closed by b2c17b3

@jefferis jefferis closed this as completed Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants