pbapply icon indicating copy to clipboard operation
pbapply copied to clipboard

Adding progress bar to '*apply' functions in R

Results 4 pbapply issues
Sort by recently updated
recently updated
newest added

Thank you for creating this package! I find the setTimerProgressBar function immensely useful. This is a super minor issue, but there are some situations where running setTimerProgressBar in the terminal...

I use this package a lot. Sometimes I want the automatic progress bar for an operation I'm doing solely for the side-effects, so the accumulation of results probably wastes memory...

With the support for futures, you now get automatic support for relaying of the standard output, messages, warnings, and other conditions, e.g. with ```r library(pbapply) future::plan("multisession") my_sqrt pboptions(type = "none")...

enhancement
new-feature