Skip to content

Commit ab4dcd2

Browse files
committed
Remove stale version reference from DESCRIPTION
1 parent b3dff33 commit ab4dcd2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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'.
2323
License: GPL (>= 2) | file LICENSE
2424
LazyLoad: yes
2525
Depends: R (>= 3.6.0)

0 commit comments

Comments
 (0)