Package: arrApply
Type: Package
Title: Apply a Function to a Margin of an Array
Version: 1.0.4
Date: 2016-02-15
Author: Serguei Sokol
Maintainer: Serguei Sokol <sokol@insa-toulouse.fr>
Description: High performance variant of apply() for a fixed set of functions.
  However, a considerable speedup is a trade-off for universality.
  Only the following functions can be applied: sum(), prod(), all(), any(),
  min(), max(), mean(), median(), sd(), var().
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.0),
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-15 11:44:37 UTC; sokol
Repository: CRAN
Date/Publication: 2016-02-15 13:47:06
