Learn R Programming

⚠️There's a newer version (1.11.2) of this package.Take me there.

future.apply (version 1.0.0)

Apply Function to Elements in Parallel using Futures

Description

Implementations of apply(), 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.

Copy Link

Version

Install

install.packages('future.apply')

Monthly Downloads

216,700

Version

1.0.0

License

GPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Bengtsson

Last Published

June 20th, 2018

Functions in future.apply (1.0.0)

future_eapply

Apply a Function over a List or Vector via Futures
fold

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

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

Apply a Function to Multiple List or Vector Arguments
makeChunks

Create Chunks of Index Vectors
make_rng_seeds

Produce Reproducible Seeds for Parallel Random Number Generation
future_apply

Apply Functions Over Array Margins via Futures