Skip to content

Commit

Permalink
Merge pull request #449 from conradsnicta/patch-1
Browse files Browse the repository at this point in the history
Swap order of the two bibentry instances
  • Loading branch information
eddelbuettel committed Aug 1, 2024
2 parents 4496f00 + a9a7093 commit 257f4fe
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 257f4fe

Please sign in to comment.