@@ -3,9 +3,15 @@ Type: Package
3
3
Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
4
4
Version: 0.3.4.0.0
5
5
Date: 2024-02-28
6
- Author: Douglas Bates, Dirk Eddelbuettel, Romain Francois, and Yixuan Qiu;
7
- the authors of Eigen for the included version of Eigen
8
- Maintainer: Dirk Eddelbuettel <
[email protected] >
6
+ Authors@R: c(person("Doug", "Bates", role = "aut",
7
+ comment = c(ORCID = "0000-0001-8316-9503")),
8
+ person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "
[email protected] ",
9
+ comment = c(ORCID = "0000-0001-6419-907X")),
10
+ person("Romain", "Francois", role = "aut",
11
+ comment = c(ORDID = "0000-0002-2444-4226")),
12
+ person("Yixuan", "Qiu", role = "aut"),
13
+ person("Authors of", "Eigen", role = "cph",
14
+ comment = "Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS"))
9
15
Copyright: See the file COPYRIGHTS for various Eigen copyright details
10
16
Description: R and 'Eigen' integration using 'Rcpp'.
11
17
'Eigen' is a C++ template library for linear algebra: matrices, vectors,
0 commit comments