Learn R Programming

future.apply (version 1.20.2)

Apply Function to Elements in Parallel using Futures

Description

Implementations of apply(), by(), eapply(), lapply(), Map(), .mapply(), 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 .

Copy Link

Version

Install

install.packages('future.apply')

Monthly Downloads

340,953

Version

1.20.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Bengtsson

Last Published

February 20th, 2026

Functions in future.apply (1.20.2)

fold

Efficient Fold, Reduce, Accumulate, Combine of a Vector
future.apply.options

Options used for future.apply
future_kernapply

Apply Smoothing Kernel in Parallel
future_apply

Apply Functions Over Array Margins via Futures
future_by

Apply a Function to a Data Frame Split by Factors via Futures
makeChunks

Create Chunks of Index Vectors
future_Filter

Apply a Function to Multiple List or Vector Arguments
future.apply

future.apply: Apply Function to Elements in Parallel using Futures
future_eapply

Apply a Function over a List or Vector via Futures