Skip to content

Commit

Permalink
Correct two misspelled ORCID tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Aug 17, 2024
1 parent ae3d3ff commit 4aefd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Authors@R: c(person("Doug", "Bates", role = "aut",
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")),
comment = c(ORCID = "0000-0002-2444-4226")),
person("Yixuan", "Qiu", role = "aut",
comment = c(ORDID = "0000-0003-0109-6692")),
comment = c(ORCID = "0000-0003-0109-6692")),
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
Expand Down

0 comments on commit 4aefd79

Please sign in to comment.