diff --git a/ChangeLog b/ChangeLog index 53ed321..2deb78e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-08-12 Dirk Eddelbuettel + + * DESCRIPTION (Authors@R): Added, with ORCID IDs for Dirk, Romain, Doug + 2024-05-16 Dirk Eddelbuettel * README.md: Use tinyverse.netlify.app for dependency badge diff --git a/DESCRIPTION b/DESCRIPTION index 3129680..0b1ef5e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,9 +3,15 @@ Type: Package Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library Version: 0.3.4.0.0 Date: 2024-02-28 -Author: Douglas Bates, Dirk Eddelbuettel, Romain Francois, and Yixuan Qiu; - the authors of Eigen for the included version of Eigen -Maintainer: Dirk Eddelbuettel +Authors@R: c(person("Doug", "Bates", role = "aut", + comment = c(ORCID = "0000-0001-8316-9503")), + person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", + comment = c(ORCID = "0000-0001-6419-907X")), + person("Romain", "Francois", role = "aut", + comment = c(ORDID = "0000-0002-2444-4226")), + person("Yixuan", "Qiu", role = "aut"), + person("Authors of", "Eigen", role = "cph", + comment = "Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS")) Copyright: See the file COPYRIGHTS for various Eigen copyright details Description: R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors,