Package: RcppArmadillo Type: Package Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library Version: 0.10.4.0.0 Date: 2021-04-11 Author: Dirk Eddelbuettel, Romain Francois, Doug Bates and Binxiang Ni Maintainer: Dirk Eddelbuettel Description: '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'. Armadillo requires a C++11 compiler. License: GPL (>= 2) LazyLoad: yes Depends: R (>= 3.3.0) LinkingTo: Rcpp Imports: Rcpp (>= 0.11.0), stats, utils, methods Suggests: tinytest, Matrix (>= 1.3.0), pkgKitten, reticulate, slam URL: https://github.com/RcppCore/RcppArmadillo BugReports: https://github.com/RcppCore/RcppArmadillo/issues NeedsCompilation: yes Packaged: 2021-04-13 02:45:52 UTC; edd Repository: CRAN Date/Publication: 2021-04-13 15:00:08 UTC Built: R 3.6.0; x86_64-redhat-linux-gnu; 2021-04-22 11:20:33 UTC; unix