Open DavisVaughan opened 4 years ago
- Some other option?
Replace with cli progress bars, to stay in sync with purrr?
Likely some internal usage of progressr, possibly with a cli default, but yea now that purrr added the progress option back in I am inclined to keep it
The purrr
progress bar is one of my favorites, so I hope furrr
can align it as much as possible. I appreciate all your work and was wondering what the plan to maintain furrr
is?
Replace with progressr in some way. Either:
Internally use it with
.progress = TRUE
(not ideal)Maybe progressr will have changed in such a way that
with_progress(future_map(x, f))
isn't quite as clunkySome other option?