Skip to content

Commit 1ddce3c

Browse files
committed
Add Conrad's ORCID
1 parent 461c876 commit 1ddce3c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ChangeLog

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
* inst/NEWS.Rd: Idem
55
* configure.ac: Idem
66
* configure: Idem
7+
2024-08-04 Dirk Eddelbuettel <[email protected]>
8+
9+
* DESCRIPTION (Authors@R): Added ORCID ID for Conrad
710

811
2024-08-01 Dirk Eddelbuettel <[email protected]>
912

1013
* DESCRIPTION (Version, Date): Increment micro version, update date
1114

12-
* DESCRIPTION (Authors@R): Added, with ORDIDs for Dirk, Romain, Doug
15+
* DESCRIPTION (Authors@R): Added, with ORCID IDs for Dirk, Romain, Doug
1316

14-
2024-08-01 Conrad Sanderson <[email protected]>
17+
2024-08-01 Conrad Sanderson <conradsand.rcpparma@gmail.com>
1518

1619
* inst/CITATION: Reverse order of items displayed
1720

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd
1212
person("Romain", "Francois", role = "aut",
1313
comment = c(ORDID = "0000-0002-2444-4226")),
1414
person("Doug", "Bates", role = "aut",
15-
comment = c(ORCID="0000-0001-8316-9503")),
15+
comment = c(ORCID = "0000-0001-8316-9503")),
1616
person("Binxiang", "Ni", role = "aut"),
17-
person("Conrad", "Sanderson", role = "aut"))
17+
person("Conrad", "Sanderson", role = "aut",
18+
comment = c(ORCID = "0000-0002-0049-4501")))
1819
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad
1920
Sanderson) that aims towards a good balance between speed and ease of
2021
use. Integer, floating point and complex numbers are supported, as

0 commit comments

Comments
 (0)