Package: multiApply 2.1.4

multiApply: Apply Functions to Multiple Multidimensional Arrays or Vectors

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.

Authors:BSC-CNS [aut, cph], Nicolau Manubens [aut], Alasdair Hunter [aut], An-Chi Ho [ctb, cre], Nuria Perez [ctb]

multiApply_2.1.4.tar.gz
multiApply_2.1.4.zip(r-4.5)multiApply_2.1.4.zip(r-4.4)multiApply_2.1.4.zip(r-4.3)
multiApply_2.1.4.tgz(r-4.4-any)multiApply_2.1.4.tgz(r-4.3-any)
multiApply_2.1.4.tar.gz(r-4.5-noble)multiApply_2.1.4.tar.gz(r-4.4-noble)
multiApply_2.1.4.tgz(r-4.4-emscripten)multiApply_2.1.4.tgz(r-4.3-emscripten)
multiApply.pdf |multiApply.html
multiApply/json (API)
NEWS

# Install 'multiApply' in R:
install.packages('multiApply', repos = c('https://anchiho.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

1 exports 1 stars 1.58 score 6 dependencies 5 dependents 28 scripts 342 downloads

Last updated 1 years agofrom:e5b150d3cd. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-winOKAug 20 2024
R-4.5-linuxOKAug 20 2024
R-4.4-winOKAug 20 2024
R-4.4-macOKAug 20 2024
R-4.3-winOKAug 20 2024
R-4.3-macOKAug 20 2024

Exports:Apply

Dependencies:codetoolsdoParallelforeachiteratorsplyrRcpp