We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4496f00 + a9a7093 commit 257f4feCopy full SHA for 257f4fe
inst/CITATION
@@ -1,6 +1,3 @@
1
-bibentry("Manual",
2
- other = unlist(citation(auto = meta), recursive = FALSE))
3
-
4
bibentry("Article",
5
title = "RcppArmadillo: Accelerating R with high-performance C++ linear algebra",
6
author = c(person("Dirk", "Eddelbuettel",
@@ -15,3 +12,6 @@ bibentry("Article",
15
12
pages = "1054--1063",
16
13
doi = "10.1016/j.csda.2013.02.005"
17
14
)
+
+bibentry("Manual",
+ other = unlist(citation(auto = meta), recursive = FALSE))
0 commit comments