Learn R Programming

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

future.apply (version 0.1.0)

Apply Function to Elements in Parallel using Futures

Description

Implementations of apply(), lapply(), sapply() and friends 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 comes 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

0.1.0

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Bengtsson

Last Published

January 15th, 2018

Functions in future.apply (0.1.0)

fold

Efficient fold / reduce / accumulate / combine of a vector
future_lapply

Apply a Function over a List or Vector via Futures