pbapply
pbapply copied to clipboard
Adding progress bar to '*apply' functions in R
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...
for discoverability and linking https://blog.r-hub.io/2019/12/10/urls/
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")...
Hi, thanks for developing such a great tool! However, I ran into some problems with it when performing a large (kinda?) loop using `pbapply` to accelerate the process. I did...
Because the input is first split into chunks of length `cl`, the option `mc.preschedule=F` has no effect (we need to wait for the chunk to finish before sending the next...
Is it possible to customize the bar such that it shows, either instead of or beside the time remaining, the absolute value that has processed through the input? For example,...
This has come up a couple of times so I thought I would raise it for consideration (if feasible). It would be really useful to have "nested" progress bars display...