Skip to content

Commit dfa585d

Browse files
authored
Use Authors@R (#1327)
1 parent 1e82f18 commit dfa585d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-08-31 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Authors@R): Added
4+
15
2024-08-28 Dirk Eddelbuettel <[email protected]>
26

37
* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel

DESCRIPTION

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,22 @@ Package: Rcpp
22
Title: Seamless R and C++ Integration
33
Version: 1.0.13.1
44
Date: 2024-07-24
5-
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
6-
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
7-
Maintainer: Dirk Eddelbuettel <[email protected]>
5+
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
6+
comment = c(ORCID = "0000-0001-6419-907X")),
7+
person("Romain", "Francois", role = "aut",
8+
comment = c(ORCID = "0000-0002-2444-4226")),
9+
person("JJ", "Allaire", role = "aut",
10+
comment = c(ORCID = "0000-0003-0174-9868")),
11+
person("Kevin", "Ushey", role = "aut",
12+
comment = c(ORCID = "0000-0003-2880-7407")),
13+
person("Qiang", "Kou", role = "aut",
14+
comment = c(ORCID = "0000-0001-6786-5453")),
15+
person("Nathan", "Russell", role = "aut"),
16+
person("Iñaki", "Ucar", role = "aut",
17+
comment = c(ORCID = "0000-0001-6403-5550")),
18+
person("Doug", "Bates", role = "aut",
19+
comment = c(ORCID = "0000-0001-8316-9503")),
20+
person("John", "Chambers", role = "aut"))
821
Description: The 'Rcpp' package provides R functions as well as C++ classes which
922
offer a seamless integration of R and C++. Many R data types and objects can be
1023
mapped back and forth to C++ equivalents which facilitates both writing of new

0 commit comments

Comments
 (0)