Package: arrApply
Type: Package
Title: Apply a Function to a Margin of an Array
Version: 2.2.1
Date: 2025-02-07
Authors@R: person(given = "Serguei",
                    family = "Sokol",
                    role = c("aut", "cre"),
                    email = "sokol@insa-toulouse.fr")
Description: High performance variant of apply() for a fixed set of functions.
  Considerable speedup of this implementation is a trade-off for universality: user defined
  functions cannot be used with this package. However, about 20 most currently employed
  functions are available for usage. They can be divided in three types:
  reducing functions (like mean(), sum() etc., giving a scalar when applied to a vector),
  mapping function (like normalise(), cumsum() etc., giving a vector of the same length
  as the input vector) and finally, vector reducing function (like diff() which produces
  result vector of a length different from the length of input vector).
  Optional or mandatory additional arguments required by some functions
  (e.g. norm type for norm()) can be
  passed as named arguments in '...'.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.0)
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-02-07 14:46:40 UTC; sokol
Author: Serguei Sokol [aut, cre]
Maintainer: Serguei Sokol <sokol@insa-toulouse.fr>
Repository: CRAN
Date/Publication: 2025-02-07 15:30:04 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 03:38:56 UTC; unix
Archs: arrApply.so.dSYM
