Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-08-31 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Authors@R): Added

2024-08-28 Dirk Eddelbuettel <[email protected]>

* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel
Expand Down
19 changes: 16 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
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
Expand Down
Loading