@@ -2,7 +2,7 @@ Package: RcppArmadillo
22Type: Package
33Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
44Version: 15.0.1-1
5- Date: 2025-08-23
5+ Date: 2025-08-27
66Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
77 comment = c(ORCID = "0000-0001-6419-907X")),
88 person("Romain", "Francois", role = "aut",
@@ -21,17 +21,16 @@ Description: 'Armadillo' is a templated C++ linear algebra library aiming toward
2121 A sophisticated expression evaluator (based on template meta-programming) automatically
2222 combines several operations to increase speed and efficiency. Dynamic evaluation
2323 automatically chooses optimal code paths based on detected matrix structures.
24- Matrix decompositions (eigen, SVD, Cholesky, etc) are provided through integration
25- with LAPACK, or one of its high performance drop-in replacements (eg. MKL or OpenBLAS).
26- It can automatically use OpenMP multi-threading (parallelisation) to speed up
24+ Matrix decompositions are provided through integration with LAPACK, or one of its
25+ high performance drop-in replacements (such as ' MKL' or ' OpenBLAS'). It can
26+ automatically use ' OpenMP' multi-threading (parallelisation) to speed up
2727 computationally expensive operations.
2828 .
29- The 'RcppArmadillo' package includes the header files from the templated 'Armadillo'
30- library so users do not need to install 'Armadillo' itself in order to use
31- 'RcppArmadillo'.
29+ The 'RcppArmadillo' package includes the header files from the 'Armadillo' library;
30+ users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'.
3231 .
33- Starting from release 15.0.0, the minimum compilation standard is C++14 so Armadillo
34- version 14.6.3 is also included as a fallback when C++11 is used .
32+ Starting from release 15.0.0, the minimum compilation standard is C++14 so ' Armadillo'
33+ version 14.6.3 is included as a fallback when an R package forces the C++11 standard .
3534 .
3635 Since release 7.800.0, 'Armadillo' is licensed under Apache License 2; previous
3736 releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3
0 commit comments