File: CITATION

package info (click to toggle)
r-cran-rcpparmadillo 14.6.0-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,436 kB
  • sloc: cpp: 134,812; sh: 22; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (2)
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))