From dfa585d2b568db5c8c0ff0e88e7f857758abccd4 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Sun, 1 Sep 2024 08:05:06 -0500 Subject: [PATCH] Use Authors@R (#1327) --- ChangeLog | 4 ++++ DESCRIPTION | 19 ++++++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fcd440432..a8cefa9d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-08-31 Dirk Eddelbuettel + + * DESCRIPTION (Authors@R): Added + 2024-08-28 Dirk Eddelbuettel * R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel diff --git a/DESCRIPTION b/DESCRIPTION index f27dd1f87..c5b0ef5c6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,9 +2,22 @@ Package: Rcpp Title: Seamless R and C++ Integration Version: 1.0.13.1 Date: 2024-07-24 -Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, - Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers -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("JJ", "Allaire", role = "aut", + comment = c(ORCID = "0000-0003-0174-9868")), + person("Kevin", "Ushey", role = "aut", + comment = c(ORCID = "0000-0003-2880-7407")), + person("Qiang", "Kou", role = "aut", + comment = c(ORCID = "0000-0001-6786-5453")), + person("Nathan", "Russell", role = "aut"), + person("IƱaki", "Ucar", role = "aut", + comment = c(ORCID = "0000-0001-6403-5550")), + person("Doug", "Bates", role = "aut", + comment = c(ORCID = "0000-0001-8316-9503")), + person("John", "Chambers", role = "aut")) Description: The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new