File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ Description: R and 'Eigen' integration using 'Rcpp'.
1414 such matrices, and solutions of linear systems. Its performance on many
1515 algorithms is comparable with some of the best implementations based on
1616 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header
17- files from the 'Eigen' C++ template library (currently version 3.3.4). Thus
18- users do not need to install 'Eigen' itself in order to use 'RcppEigen'.
19- Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License
20- ( version 2); earlier version were licensed under the GNU LGPL version 3 or
21- later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under
22- the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
17+ files from the 'Eigen' C++ template library. Thus users do not need to
18+ install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1,
19+ 'Eigen' is licensed under the Mozilla Public License (version 2); earlier
20+ version were licensed under the GNU LGPL version 3 or later. 'RcppEigen'
21+ (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL
22+ version 2 or later, as is the rest of 'Rcpp'.
2323License: GPL (>= 2) | file LICENSE
2424LazyLoad: yes
2525Depends: R (>= 3.6.0)
You can’t perform that action at this time.
0 commit comments