|
1 | 1 | citHeader("To cite Rcpp in publications use:")
|
2 | 2 |
|
3 | 3 | citEntry(entry = "Article",
|
4 |
| - title = "{Rcpp}: Seamless {R} and {C++} Integration", |
5 |
| - author = personList(as.person("Dirk Eddelbuettel"), |
6 |
| - as.person("Romain Fran\\c{c}ois")), |
7 |
| - journal = "Journal of Statistical Software", |
8 |
| - year = "2011", |
9 |
| - volume = "40", |
10 |
| - number = "8", |
11 |
| - pages = "1--18", |
12 |
| - url = "http://www.jstatsoft.org/v40/i08/", |
| 4 | + title = "{Rcpp}: Seamless {R} and {C++} Integration", |
| 5 | + author = personList(as.person("Dirk Eddelbuettel"), |
| 6 | + as.person("Romain Fran\\c{c}ois")), |
| 7 | + journal = "Journal of Statistical Software", |
| 8 | + year = "2011", |
| 9 | + volume = "40", |
| 10 | + number = "8", |
| 11 | + pages = "1--18", |
| 12 | + url = "http://www.jstatsoft.org/v40/i08/", |
| 13 | + doi = "10.18637/jss.v040.i08", |
13 | 14 |
|
14 |
| - textVersion = |
15 |
| - paste("Dirk Eddelbuettel and Romain Francois (2011).", |
16 |
| - "Rcpp: Seamless R and C++ Integration.", |
17 |
| - "Journal of Statistical Software, 40(8), 1-18.", |
18 |
| - "URL http://www.jstatsoft.org/v40/i08/.") |
| 15 | + textVersion = paste("Dirk Eddelbuettel and Romain Francois (2011).", |
| 16 | + "Rcpp: Seamless R and C++ Integration.", |
| 17 | + "Journal of Statistical Software, 40(8), 1-18.", |
| 18 | + "URL http://www.jstatsoft.org/v40/i08/.") |
19 | 19 | )
|
20 | 20 |
|
21 | 21 | citEntry(entry = "Book",
|
22 |
| - title = "Seamless {R} and {C++} Integration with {Rcpp}", |
23 |
| - author = personList(as.person("Dirk Eddelbuettel")), |
24 |
| - publisher = "Springer", |
25 |
| - address = "New York", |
26 |
| - year = 2013, |
27 |
| - note = "ISBN 978-1-4614-6867-7", |
| 22 | + title = "Seamless {R} and {C++} Integration with {Rcpp}", |
| 23 | + author = personList(as.person("Dirk Eddelbuettel")), |
| 24 | + publisher = "Springer", |
| 25 | + address = "New York", |
| 26 | + year = 2013, |
| 27 | + note = "ISBN 978-1-4614-6867-7", |
| 28 | + doi = "10.1007/978-1-4614-6868-4", |
28 | 29 |
|
29 |
| - textVersion = paste("Eddelbuettel, Dirk (2013)", |
30 |
| - "Seamless R and C++ Integration with Rcpp.", |
31 |
| - "Springer, New York. ISBN 978-1-4614-6867-7.") |
| 30 | + textVersion = paste("Eddelbuettel, Dirk (2013)", |
| 31 | + "Seamless R and C++ Integration with Rcpp.", |
| 32 | + "Springer, New York. ISBN 978-1-4614-6867-7.") |
| 33 | +) |
| 34 | + |
| 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")), |
| 39 | + journal = "PeerJ Preprints", |
| 40 | + year = "2017", |
| 41 | + month = "aug", |
| 42 | + volume = "5", |
| 43 | + pages = "e3188v1", |
| 44 | + issn = "2167-9843", |
| 45 | + url = "https://doi.org/10.7287/peerj.preprints.3188v1", |
| 46 | + doi = "10.7287/peerj.preprints.3188v1", |
| 47 | + |
| 48 | + textVersion = paste("Dirk Eddelbuettel and James Joseph Balamuta (2017).", |
| 49 | + "Extending R with C++: A Brief Introduction to Rcpp.", |
| 50 | + "PeerJ Preprints 5:e3188v1.", |
| 51 | + "URL https://doi.org/10.7287/peerj.preprints.3188v1.") |
32 | 52 | )
|
0 commit comments