The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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 with its only function, Apply, which efficiently applies functions taking one or a list of multiple unidimensional or multidimensional arrays (or combinations thereof) as input. The input arrays can have different numbers of dimensions as well as different dimension lengths, and the applied function can return one or a list of unidimensional or multidimensional arrays as output. This saves development time by preventing the R user from writing often error-prone and memory-inefficient loops dealing with multiple complex arrays. Also, a remarkable feature of Apply is the transparent use of multi-core through its parameter 'ncores'. In contrast to the base apply function, this package suggests the use of 'target dimensions' as opposite to the 'margins' for specifying the dimensions relevant to the function to be applied.
Version: | 2.1.4 |
Depends: | R (≥ 3.2.0) |
Imports: | doParallel, foreach, plyr |
Suggests: | testthat |
Published: | 2023-03-28 |
DOI: | 10.32614/CRAN.package.multiApply |
Author: | BSC-CNS [aut, cph], Nicolau Manubens [aut], Alasdair Hunter [aut], An-Chi Ho [ctb, cre], Nuria Perez [ctb] |
Maintainer: | An-Chi Ho <an.ho at bsc.es> |
BugReports: | https://earth.bsc.es/gitlab/ces/multiApply/-/issues |
License: | GPL-3 |
URL: | https://earth.bsc.es/gitlab/ces/multiApply |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | multiApply results |
Reference manual: | multiApply.pdf |
Package source: | multiApply_2.1.4.tar.gz |
Windows binaries: | r-devel: multiApply_2.1.4.zip, r-release: multiApply_2.1.4.zip, r-oldrel: multiApply_2.1.4.zip |
macOS binaries: | r-release (arm64): multiApply_2.1.4.tgz, r-oldrel (arm64): multiApply_2.1.4.tgz, r-release (x86_64): multiApply_2.1.4.tgz, r-oldrel (x86_64): multiApply_2.1.4.tgz |
Old sources: | multiApply archive |
Reverse imports: | ClimProjDiags, CSIndicators, CSTools, s2dv, startR |
Please use the canonical form https://CRAN.R-project.org/package=multiApply to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.