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

Switch from {future.apply} to {furrr} where possible #327

Open
kelly-sovacool opened this issue Jan 30, 2023 · 1 comment
Open

Switch from {future.apply} to {furrr} where possible #327

kelly-sovacool opened this issue Jan 30, 2023 · 1 comment

Comments

@kelly-sovacool
Copy link
Member

We often use future.apply::future_lapply to create a list and then dplyr::bind_rows() to create a data frame from the elements. It would be more straight-forward to use furrr::future_map_dfr() instead.

@kelly-sovacool
Copy link
Member Author

Then we could remove future.apply from Suggests if we are able to switch entirely to furrr.

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

1 participant