future.apply

Apply Function to Elements in Parallel using Futures

Implementations of apply(), by(), eapply(), lapply(), Map(), mapply(), replicate(), sapply(), tapply(), and vapply() that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster. These future_*apply() functions come with the same pros and cons as the corresponding base-R *apply() functions but with the additional feature of being able to be processed via the future framework.

Tests Vignettes

Available Snapshots

This version of future.apply can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (3)
  • R
  • future >= 1.28.0
  • globals >= 0.16.1
  • Suggests (3)
  • listenv >= 0.8.0
  • R.rsp
  • markdown
  • Version History