From a9a709353bb524c36f70e498c8e97bdf18f9eba1 Mon Sep 17 00:00:00 2001 From: conradsnicta Date: Thu, 1 Aug 2024 06:58:14 +0000 Subject: [PATCH] swap order of the two bibentry instances The peer-reviewed article should be cited before the manual. Reasoning given in email. --- inst/CITATION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst/CITATION b/inst/CITATION index ff8fcd46..ddfcf32b 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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", @@ -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))