Use furrr or future.apply
bwiernik opened this issue · 0 comments
bwiernik commented
I see in your wishlist that you hope to use the purrr package but need it to support parallelization. I just wanted to point out that the furrr package integrates purrr with the future package for parallelization. (future.apply does similar for base apply()
, etc.)