|
1 | | -citHeader("To cite RcppEigen in publications use:") |
2 | | - |
3 | | -citEntry(entry = "Article", |
4 | | - title = "Fast and Elegant Numerical Linear Algebra Using the {RcppEigen} Package", |
5 | | - author = personList(as.person("Douglas Bates"), |
6 | | - as.person("Dirk Eddelbuettel")), |
7 | | - journal = "Journal of Statistical Software", |
8 | | - year = "2013", |
9 | | - volume = "52", |
10 | | - number = "5", |
11 | | - pages = "1--24", |
12 | | - doi = "10.18637/jss.v052.i05", |
13 | | - |
14 | | - textVersion = |
15 | | - paste("Douglas Bates, Dirk Eddelbuettel (2013).", |
16 | | - "Fast and Elegant Numerical Linear Algebra Using the RcppEigen Package.", |
17 | | - "Journal of Statistical Software, 52(5), 1-24, <doi:10.18637/jss.v052.i05>.") |
18 | | -) |
| 1 | +bibentry("Article", |
| 2 | + title = "Fast and Elegant Numerical Linear Algebra Using the {RcppEigen} Package", |
| 3 | + author = c(person("Douglas", "Bates", |
| 4 | + comment = c(ORCID = "0000-0001-8316-9503")), |
| 5 | + person("Dirk", "Eddelbuettel", |
| 6 | + email = "edd@debian.org", |
| 7 | + comment = c(ORCID = "0000-0001-6419-907X"))), |
| 8 | + journal = "Journal of Statistical Software", |
| 9 | + year = "2013", |
| 10 | + volume = "52", |
| 11 | + number = "5", |
| 12 | + pages = "1--24", |
| 13 | + doi = "10.18637/jss.v052.i05") |
0 commit comments