File: CITATION

package info (click to toggle)
rcpp 1.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,560 kB
  • sloc: ansic: 44,118; cpp: 40,958; sh: 53; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,884 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
bibentry("Manual",
         other = unlist(citation(auto = meta), recursive = FALSE))

bibentry("Article",
         title        = "{Rcpp}: Seamless {R} and {C++} Integration",
         author       = c(person("Dirk", "Eddelbuettel",
                                 email = "edd@debian.org",
                                 comment = c(ORCID = "0000-0001-6419-907X")),
                          person("Romain", "Fran\\c{c}ois")),
         journal      = "Journal of Statistical Software",
         year         = "2011",
         volume       = "40",
         number       = "8",
         pages        = "1--18",
         doi          = "10.18637/jss.v040.i08")

bibentry("Book",
         title        = "Seamless {R} and {C++} Integration with {Rcpp}",
         author       = person("Dirk", "Eddelbuettel",
                               email = "edd@debian.org",
                               comment = c(ORCID = "0000-0001-6419-907X")),
         publisher    = "Springer",
         address      = "New York",
         year         = 2013,
         note         = "ISBN 978-1-4614-6867-7",
         doi          = "10.1007/978-1-4614-6868-4")

bibentry("Article",
         title       = "{Extending {R} with {C++}: A Brief Introduction to {Rcpp}}",
         author       = c(person("Dirk", "Eddelbuettel",
                                 email = "edd@debian.org",
                                 comment = c(ORCID = "0000-0001-6419-907X")),
                          person("James Joseph", "Balamuta",
                                 email = "balamut2@illinois.edu",
                                 comment = c(ORCID = "0000-0003-2826-8458"))),
         journal     = "The American Statistician",
         year        = "2018",
         volume      = "72",
         number      = "1",
         pages       = "28-36",
         doi         = "10.1080/00031305.2017.1375990")