The base apply function and its variants, as well as the related functions in the 'plyr' package, typically apply user-defined functions to a single argument (or a list of vectorized arguments in the case of mapply). The 'multiApply' package extends this paradigm to functions taking a list of multiple unidimensional or multidimensional arguments (or combinations thereof) as input, which can have different numbers of dimensions as well as different dimension lengths.
Version: | 0.0.1 |
Depends: | R (≥ 3.2.0) |
Imports: | abind, plyr, doParallel, future, foreach |
Published: | 2017-07-17 |
Author: | BSC-CNS [aut, cph], Alasdair Hunter [aut, cre], Nicolau Manubens [aut] |
Maintainer: | Alasdair Hunter <alasdair.hunter at bsc.es> |
BugReports: | https://earth.bsc.es/gitlab/ces/multiApply/issues |
License: | LGPL-3 |
URL: | https://earth.bsc.es/gitlab/ces/multiApply |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | multiApply results |
Reference manual: | multiApply.pdf |
Package source: | multiApply_0.0.1.tar.gz |
Windows binaries: | r-devel: multiApply_0.0.1.zip, r-release: multiApply_0.0.1.zip, r-oldrel: multiApply_0.0.1.zip |
OS X El Capitan binaries: | r-release: multiApply_0.0.1.tgz |
OS X Mavericks binaries: | r-oldrel: multiApply_0.0.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=multiApply to link to this page.