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

Progress bar for furrr::future_map and future.apply::future_lapply functions #653

Closed
Mark-AP opened this issue Nov 25, 2023 · 1 comment
Closed

Comments

@Mark-AP
Copy link

Mark-AP commented Nov 25, 2023

I know that the function cli_progress_along is experimental. I ran the code below got a progress bar showing while updating me as my code ran until completion.

lapply_res <- lapply(cli_progress_along(x), fun)

I tried switch the lapply in favor for future_lapply/future_map but no progress bar is generated when testing out these functions

fl_res <- future_lapply(cli_progress_along(x), fun)
fm_res <- future_map(cli_progress_along(x), fun)

@Mark-AP Mark-AP changed the title Progress bar for furrr::future_map and future.apply::future_lapply functions Progress bar for furrr::future_map and future.apply::future_lapply functions Nov 25, 2023
@gaborcsardi
Copy link
Member

I am fairly sure that it is not possible to makeprogress_along work with future, I am afraid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants