1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
bibentry("Article",
title = "RcppArmadillo: Accelerating R with high-performance C++ linear algebra",
author = c(person("Dirk", "Eddelbuettel",
email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Conrad", "Sanderson",
comment = c(ORCID = "0000-0002-0049-4501"))),
journal = "Computational Statistics and Data Analysis",
year = "2014",
volume = "71",
month = "March",
pages = "1054--1063",
doi = "10.1016/j.csda.2013.02.005"
)
bibentry("Manual",
other = unlist(citation(auto = meta), recursive = FALSE))
|