Package: multiApply 2.1.5

Victoria Agudetse

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], Nuria Perez [ctb], Victoria Agudetse [ctb, cre]

multiApply_2.1.5.tar.gz
multiApply_2.1.5.tar.gz(r-4.7-any)multiApply_2.1.5.tar.gz(r-4.6-any)
multiApply_2.1.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
multiApply/json (API)
NEWS

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

On CRAN:

Conda:

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

3.61 score 1 stars 8 packages 34 scripts 629 downloads 1 exports 6 dependencies

Last updated from:fd37add4e0. Checks:4 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK90
source / vignettesOK191
linux-release-x86_64OK165
wasm-releaseOK138

Exports:Apply

Dependencies:codetoolsdoParallelforeachiteratorsplyrRcpp