Package: arrApply 2.2
arrApply: Apply a Function to a Margin of an Array
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 '...'.
Authors:
arrApply_2.2.tar.gz
arrApply_2.2.zip(r-4.5)arrApply_2.2.zip(r-4.4)arrApply_2.2.zip(r-4.3)
arrApply_2.2.tgz(r-4.5-x86_64)arrApply_2.2.tgz(r-4.5-arm64)arrApply_2.2.tgz(r-4.4-x86_64)arrApply_2.2.tgz(r-4.4-arm64)arrApply_2.2.tgz(r-4.3-x86_64)arrApply_2.2.tgz(r-4.3-arm64)
arrApply_2.2.tar.gz(r-4.5-noble)arrApply_2.2.tar.gz(r-4.4-noble)
arrApply_2.2.tgz(r-4.4-emscripten)arrApply_2.2.tgz(r-4.3-emscripten)
arrApply.pdf |arrApply.html✨
arrApply/json (API)
NEWS
# Install 'arrApply' in R: |
install.packages('arrApply', repos = c('https://sgsokol.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sgsokol/arrapply/issues
Last updated 1 years agofrom:2497c7a3a5. Checks:1 OK, 11 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 05 2025 |
R-4.5-win-x86_64 | NOTE | Mar 05 2025 |
R-4.5-mac-x86_64 | NOTE | Mar 05 2025 |
R-4.5-mac-aarch64 | NOTE | Mar 05 2025 |
R-4.5-linux-x86_64 | NOTE | Mar 05 2025 |
R-4.4-win-x86_64 | NOTE | Mar 05 2025 |
R-4.4-mac-x86_64 | NOTE | Mar 05 2025 |
R-4.4-mac-aarch64 | NOTE | Mar 05 2025 |
R-4.4-linux-x86_64 | NOTE | Mar 05 2025 |
R-4.3-win-x86_64 | NOTE | Mar 05 2025 |
R-4.3-mac-x86_64 | NOTE | Mar 05 2025 |
R-4.3-mac-aarch64 | NOTE | Mar 05 2025 |
Exports:arrApply
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
High Performance Variant of apply() | arrApply |