# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "multiApply" in publications use:' type: software license: GPL-3.0-only title: 'multiApply: Apply Functions to Multiple Multidimensional Arrays or Vectors' version: 2.1.5 doi: 10.32614/CRAN.package.multiApply abstract: 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: - name: BSC-CNS - family-names: Manubens given-names: Nicolau email: nicolau.manubens@bsc.es - family-names: Hunter given-names: Alasdair email: alasdair.hunter@bsc.es - family-names: Agudetse given-names: Victoria email: victoria.agudetse@bsc.es repository: https://cran.r-universe.dev commit: fd37add4e038ea31d09695b3d23df8417e6f48a7 url: https://earth.bsc.es/gitlab/ces/multiApply date-released: '2025-09-09' contact: - family-names: Agudetse given-names: Victoria email: victoria.agudetse@bsc.es