Skip to content

Commit 4aefd79

Browse files
committed
Correct two misspelled ORCID tags
1 parent ae3d3ff commit 4aefd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Authors@R: c(person("Doug", "Bates", role = "aut",
88
person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
99
comment = c(ORCID = "0000-0001-6419-907X")),
1010
person("Romain", "Francois", role = "aut",
11-
comment = c(ORDID = "0000-0002-2444-4226")),
11+
comment = c(ORCID = "0000-0002-2444-4226")),
1212
person("Yixuan", "Qiu", role = "aut",
13-
comment = c(ORDID = "0000-0003-0109-6692")),
13+
comment = c(ORCID = "0000-0003-0109-6692")),
1414
person("Authors of", "Eigen", role = "cph",
1515
comment = "Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS"))
1616
Copyright: See the file COPYRIGHTS for various Eigen copyright details

0 commit comments

Comments
 (0)