|
1 | 1 | Package: Rcpp
|
2 | 2 | Title: Seamless R and C++ Integration
|
3 |
| -Version: 1.0.13 |
4 |
| -Date: 2024-07-11 |
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]> |
| 3 | +Version: 1.0.13-1 |
| 4 | +Date: 2024-11-01 |
| 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")) |
8 | 21 | Description: The 'Rcpp' package provides R functions as well as C++ classes which
|
9 | 22 | offer a seamless integration of R and C++. Many R data types and objects can be
|
10 | 23 | mapped back and forth to C++ equivalents which facilitates both writing of new
|
|
0 commit comments