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:Serguei Sokol

arrApply_2.2.tar.gz
arrApply_2.2.zip(r-4.7)arrApply_2.2.zip(r-4.6)arrApply_2.2.zip(r-4.5)
arrApply_2.2.tgz(r-4.6-x86_64)arrApply_2.2.tgz(r-4.6-arm64)arrApply_2.2.tgz(r-4.5-x86_64)arrApply_2.2.tgz(r-4.5-arm64)
arrApply_2.2.tar.gz(r-4.7-arm64)arrApply_2.2.tar.gz(r-4.7-x86_64)arrApply_2.2.tar.gz(r-4.6-arm64)arrApply_2.2.tar.gz(r-4.6-x86_64)
arrApply_2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

openblascpp

2.78 score 2 packages 9 scripts 319 downloads 1 exports 2 dependencies

Last updated from:2497c7a3a5. Checks:8 NOTE, 2 OK, 3 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE141
linux-devel-x86_64NOTE132
source / vignettesOK149
linux-release-arm64NOTE120
linux-release-x86_64NOTE226
macos-release-arm64NOTE103
macos-release-x86_64NOTE200
macos-oldrel-arm64FAIL67
macos-oldrel-x86_64FAIL152
windows-develNOTE111
windows-releaseNOTE135
windows-oldrelFAIL69
wasm-releaseOK100

Exports:arrApply

Dependencies:RcppRcppArmadillo