Package: RcppArmadillo 14.2.0-1
RcppArmadillo: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
Authors:
RcppArmadillo_14.2.0-1.tar.gz
RcppArmadillo_14.2.0-1.zip(r-4.5)RcppArmadillo_14.2.0-1.zip(r-4.4)RcppArmadillo_14.2.0-1.zip(r-4.3)
RcppArmadillo_14.2.0-1.tgz(r-4.4-x86_64)RcppArmadillo_14.2.0-1.tgz(r-4.4-arm64)RcppArmadillo_14.2.0-1.tgz(r-4.3-x86_64)RcppArmadillo_14.2.0-1.tgz(r-4.3-arm64)
RcppArmadillo_14.2.0-1.tar.gz(r-4.5-noble)RcppArmadillo_14.2.0-1.tar.gz(r-4.4-noble)
RcppArmadillo_14.2.0-1.tgz(r-4.4-emscripten)RcppArmadillo_14.2.0-1.tgz(r-4.3-emscripten)
RcppArmadillo.pdf |RcppArmadillo.html✨
RcppArmadillo/json (API)
NEWS
# Install 'RcppArmadillo' in R: |
install.packages('RcppArmadillo', repos = c('https://rcppcore.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rcppcore/rcpparmadillo/issues
armadilloc-plus-plusrcpprcpparmadillo
Last updated 1 hours agofrom:7b4bd34532. Checks:OK: 8 ERROR: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win-x86_64 | OK | Nov 18 2024 |
R-4.5-linux-x86_64 | OK | Nov 18 2024 |
R-4.4-win-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-aarch64 | OK | Nov 18 2024 |
R-4.3-win-x86_64 | ERROR | Nov 18 2024 |
R-4.3-mac-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-aarch64 | OK | Nov 18 2024 |
Exports:armadillo_get_number_of_omp_threadsarmadillo_reset_coresarmadillo_set_number_of_omp_threadsarmadillo_set_seedarmadillo_set_seed_randomarmadillo_throttle_coresarmadillo_versionfastLmfastLmPureRcppArmadillo.package.skeleton
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
R and Armadillo Integration | RcppArmadillo-package RcppArmadillo RcppArmadilloExample |
Report (or Set) Maximum Number of OpenMP Threads | armadillo_get_number_of_omp_threads armadillo_set_number_of_omp_threads |
Set the Armadillo Random Number Generator to the given value | armadillo_set_seed |
Set the Armadillo Random Number Generator to a random value | armadillo_set_seed_random |
Throttle (or Reset) (Rcpp)Armadillo to Two Cores | armadillo_reset_cores armadillo_throttle_cores |
Report the version of Armadillo | armadillo_version |
Bare-bones linear model fitting function | fastLm fastLm.default fastLm.formula fastLmPure |
Create a skeleton for a new package that intends to use RcppArmadillo | RcppArmadillo.package.skeleton |