mikropml icon indicating copy to clipboard operation
mikropml copied to clipboard

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

Open kelly-sovacool opened this issue 2 years ago • 1 comments

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 avatar Jan 30 '23 02:01 kelly-sovacool

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

kelly-sovacool avatar Feb 06 '23 20:02 kelly-sovacool