Skip to content

Commit b52c0dc

Browse files
committed
refinement of doi use in citation file
1 parent b6731b3 commit b52c0dc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-10-13 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/CITATION: Refinment of doi use
4+
15
2021-10-10 Dirk Eddelbuettel <[email protected]>
26

37
* inst/CITATION: Switch JSS url to doi form per JSS request

inst/CITATION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ citEntry(entry = "Article",
99
volume = "52",
1010
number = "5",
1111
pages = "1--24",
12-
url = "https://doi.org/10.18637/jss.v052.i05",
12+
doi = "10.18637/jss.v052.i05",
1313

1414
textVersion =
1515
paste("Douglas Bates, Dirk Eddelbuettel (2013).",
1616
"Fast and Elegant Numerical Linear Algebra Using the RcppEigen Package.",
17-
"Journal of Statistical Software, 52(5), 1-24.",
18-
"URL https://doi.org/10.18637/jss.v052.i05/.")
17+
"Journal of Statistical Software, 52(5), 1-24, <doi:10.18637/jss.v052.i05>.")
1918
)

0 commit comments

Comments
 (0)