Skip to content

Commit 421c2b9

Browse files
committed
Convert CITATION to bibentry() style
1 parent 87ef9a9 commit 421c2b9

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-02-12 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/CITATION: Convert to bibentry() style with person()
4+
15
2022-11-04 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.3

inst/CITATION

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
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 = "[email protected]",
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

Comments
 (0)