diff --git a/ChangeLog b/ChangeLog index 061cca99..2788a802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,21 @@ 2024-08-06 Dirk Eddelbuettel + * DESCRIPTION (Version): Increment micro version in branch + * DESCRIPTION (Version, Date): RcppArmadillo 14.0.2 * inst/NEWS.Rd: Idem * configure.ac: Idem * configure: Idem +2024-08-04 Dirk Eddelbuettel + + * DESCRIPTION (Authors@R): Added ORCID ID for Conrad + 2024-08-01 Dirk Eddelbuettel - * DESCRIPTION (Version, Date): Increment micro version, update date + * DESCRIPTION (Authors@R): Added, with ORCID IDs for Dirk, Romain, Doug -2024-08-01 Conrad Sanderson +2024-08-01 Conrad Sanderson * inst/CITATION: Reverse order of items displayed diff --git a/DESCRIPTION b/DESCRIPTION index 41836ccb..067d2c7c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,17 @@ Package: RcppArmadillo Type: Package Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library -Version: 14.0.2-0 +Version: 14.0.2-0-1 Date: 2024-08-06 -Author: Dirk Eddelbuettel, Romain Francois, Doug Bates, Binxiang Ni, and Conrad Sanderson -Maintainer: Dirk Eddelbuettel +Authors@R: c(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(ORCID = "0000-0002-2444-4226")), + person("Doug", "Bates", role = "aut", + comment = c(ORCID = "0000-0001-8316-9503")), + person("Binxiang", "Ni", role = "aut"), + person("Conrad", "Sanderson", role = "aut", + comment = c(ORCID = "0000-0002-0049-4501"))) Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as