-
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e82f18
commit dfa585d
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|