From 2285f9e691543ec28443543e51c7e93538125be5 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Sun, 4 Aug 2024 09:57:20 -0500 Subject: [PATCH] Add Conrad's ORCID --- ChangeLog | 8 ++++++-- DESCRIPTION | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4cbb23a..2b8d3984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +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 ORDIDs for Dirk, Romain, Doug + * 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 80296071..dc014df0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,9 +8,10 @@ Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd person("Romain", "Francois", role = "aut", comment = c(ORDID = "0000-0002-2444-4226")), person("Doug", "Bates", role = "aut", - comment = c(ORCID="0000-0001-8316-9503")), + comment = c(ORCID = "0000-0001-8316-9503")), person("Binxiang", "Ni", role = "aut"), - person("Conrad", "Sanderson", 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