furrr-package {furrr} | R Documentation |
furrr: Apply Mapping Functions in Parallel using Futures
Description
Implementations of the family of map() functions from 'purrr' that can be resolved using any 'future'-supported backend, e.g. parallel on the local machine or distributed on a compute cluster.
Author(s)
Maintainer: Davis Vaughan davis@rstudio.com
Authors:
Matt Dancho mdancho@business-science.io
Other contributors:
RStudio [copyright holder, funder]
See Also
Useful links:
Report bugs at https://github.com/DavisVaughan/furrr/issues
[Package furrr version 0.3.1 Index]