Skip to content

Commit

Permalink
swap order of the two bibentry instances
Browse files Browse the repository at this point in the history
The peer-reviewed article should be cited before the manual.  Reasoning given in email.
  • Loading branch information
conradsnicta authored Aug 1, 2024
1 parent 4496f00 commit a9a7093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
bibentry("Manual",
other = unlist(citation(auto = meta), recursive = FALSE))

bibentry("Article",
title = "RcppArmadillo: Accelerating R with high-performance C++ linear algebra",
author = c(person("Dirk", "Eddelbuettel",
Expand All @@ -15,3 +12,6 @@ bibentry("Article",
pages = "1054--1063",
doi = "10.1016/j.csda.2013.02.005"
)

bibentry("Manual",
other = unlist(citation(auto = meta), recursive = FALSE))

0 comments on commit a9a7093

Please sign in to comment.