Skip to content

Commit a9a7093

Browse files
authored
swap order of the two bibentry instances
The peer-reviewed article should be cited before the manual. Reasoning given in email.
1 parent 4496f00 commit a9a7093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inst/CITATION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
bibentry("Manual",
2-
other = unlist(citation(auto = meta), recursive = FALSE))
3-
41
bibentry("Article",
52
title = "RcppArmadillo: Accelerating R with high-performance C++ linear algebra",
63
author = c(person("Dirk", "Eddelbuettel",
@@ -15,3 +12,6 @@ bibentry("Article",
1512
pages = "1054--1063",
1613
doi = "10.1016/j.csda.2013.02.005"
1714
)
15+
16+
bibentry("Manual",
17+
other = unlist(citation(auto = meta), recursive = FALSE))

0 commit comments

Comments
 (0)