|
1 |
| -citHeader("To cite Rcpp in publications use:") |
| 1 | +bibentry("Manual", |
| 2 | + other = unlist(citation(auto = meta), recursive = FALSE)) |
2 | 3 |
|
3 |
| -citEntry(entry = "Article", |
| 4 | +bibentry("Article", |
4 | 5 | title = "{Rcpp}: Seamless {R} and {C++} Integration",
|
5 |
| - author = personList(as.person("Dirk Eddelbuettel"), |
6 |
| - as.person("Romain Fran\\c{c}ois")), |
| 6 | + author = c(person("Dirk", "Eddelbuettel", |
| 7 | + |
| 8 | + comment = c(ORCID = "0000-0001-6419-907X")), |
| 9 | + person("Romain", "Fran\\c{c}ois")), |
7 | 10 | journal = "Journal of Statistical Software",
|
8 | 11 | year = "2011",
|
9 | 12 | volume = "40",
|
10 | 13 | number = "8",
|
11 | 14 | pages = "1--18",
|
12 |
| - doi = "10.18637/jss.v040.i08", |
| 15 | + doi = "10.18637/jss.v040.i08") |
13 | 16 |
|
14 |
| - textVersion = paste("Dirk Eddelbuettel and Romain Francois (2011).", |
15 |
| - "Rcpp: Seamless R and C++ Integration.", |
16 |
| - "Journal of Statistical Software, 40(8), 1-18, ", |
17 |
| - "<doi:10.18637/jss.v040.i08>.") |
18 |
| -) |
19 |
| - |
20 |
| -citEntry(entry = "Book", |
| 17 | +bibentry("Book", |
21 | 18 | title = "Seamless {R} and {C++} Integration with {Rcpp}",
|
22 |
| - author = personList(as.person("Dirk Eddelbuettel")), |
| 19 | + author = person("Dirk", "Eddelbuettel", |
| 20 | + |
| 21 | + comment = c(ORCID = "0000-0001-6419-907X")), |
23 | 22 | publisher = "Springer",
|
24 | 23 | address = "New York",
|
25 | 24 | year = 2013,
|
26 | 25 | note = "ISBN 978-1-4614-6867-7",
|
27 |
| - doi = "10.1007/978-1-4614-6868-4", |
28 |
| - |
29 |
| - textVersion = paste("Eddelbuettel, Dirk (2013)", |
30 |
| - "Seamless R and C++ Integration with Rcpp,", |
31 |
| - "Springer, New York, ISBN 978-1-4614-6867-7,", |
32 |
| - "<doi:10.1007/978-1-4614-6868-4>.") |
33 |
| -) |
| 26 | + doi = "10.1007/978-1-4614-6868-4") |
34 | 27 |
|
35 |
| -citEntry(entry = "Article", |
36 |
| - title = "{Extending \textit{R} with \textit{C++}: A Brief Introduction to \textit{Rcpp}}", |
37 |
| - author = personList(as.person("Dirk Eddelbuettel"), |
38 |
| - as.person("James Joseph Balamuta")), |
| 28 | +bibentry("Article", |
| 29 | + title = "{Extending {R} with {C++}: A Brief Introduction to {Rcpp}}", |
| 30 | + author = c(person("Dirk", "Eddelbuettel", |
| 31 | + |
| 32 | + comment = c(ORCID = "0000-0001-6419-907X")), |
| 33 | + person("James Joseph", "Balamuta", |
| 34 | + |
| 35 | + comment = c(ORCID = "0000-0003-2826-8458"))), |
39 | 36 | journal = "The American Statistician",
|
40 | 37 | year = "2018",
|
41 | 38 | volume = "72",
|
42 | 39 | number = "1",
|
43 | 40 | pages = "28-36",
|
44 |
| - doi = "10.1080/00031305.2017.1375990", |
45 |
| - |
46 |
| - textVersion = paste("Dirk Eddelbuettel and James Joseph Balamuta (2018).", |
47 |
| - "Extending R with C++: A Brief Introduction to Rcpp.", |
48 |
| - "The American Statistician. 72(1),", |
49 |
| - "<doi:10.1080/00031305.2017.1375990>.") |
50 |
| -) |
| 41 | + doi = "10.1080/00031305.2017.1375990") |
0 commit comments