Skip to content

Commit 257f4fe

Browse files
authored
Merge pull request #449 from conradsnicta/patch-1
Swap order of the two bibentry instances
2 parents 4496f00 + a9a7093 commit 257f4fe

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)