This file is indexed.

/usr/lib/R/site-library/Rcpp/CITATION is in r-cran-rcpp 0.12.15-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
42
43
44
45
46
47
48
49
50
51
52
citHeader("To cite Rcpp in publications use:")

citEntry(entry = "Article",
         title        = "{Rcpp}: Seamless {R} and {C++} Integration",
         author       = personList(as.person("Dirk Eddelbuettel"),
                                   as.person("Romain Fran\\c{c}ois")),
         journal      = "Journal of Statistical Software",
         year         = "2011",
         volume       = "40",
         number       = "8",
         pages        = "1--18",
         url          = "http://www.jstatsoft.org/v40/i08/",
         doi          = "10.18637/jss.v040.i08",

         textVersion  = paste("Dirk Eddelbuettel and Romain Francois (2011).",
                              "Rcpp: Seamless R and C++ Integration.",
                              "Journal of Statistical Software, 40(8), 1-18.",
                              "URL http://www.jstatsoft.org/v40/i08/.")
)

citEntry(entry = "Book",
         title        = "Seamless {R} and {C++} Integration with {Rcpp}",
         author       = personList(as.person("Dirk Eddelbuettel")),
         publisher    = "Springer",
         address      = "New York",
         year         = 2013,
         note         = "ISBN 978-1-4614-6867-7",
         doi          = "10.1007/978-1-4614-6868-4",

         textVersion  = paste("Eddelbuettel, Dirk (2013)",
                              "Seamless R and C++ Integration with Rcpp.",
                              "Springer, New York. ISBN 978-1-4614-6867-7.")
)

citEntry(entry = "Article",
         title       = "{Extending \textit{R} with \textit{C++}: A Brief Introduction to \textit{Rcpp}}",
         author      = personList(as.person("Dirk Eddelbuettel"),
                                  as.person("James Joseph Balamuta")),
         journal     = "PeerJ Preprints",
         year        = "2017",
         month       = "aug",
         volume      = "5",
         pages       = "e3188v1",
         issn        = "2167-9843",
         url         = "https://doi.org/10.7287/peerj.preprints.3188v1",
         doi         = "10.7287/peerj.preprints.3188v1",

         textVersion = paste("Dirk Eddelbuettel and James Joseph Balamuta (2017).",
                             "Extending R with C++: A Brief Introduction to Rcpp.",
                             "PeerJ Preprints 5:e3188v1.",
                             "URL https://doi.org/10.7287/peerj.preprints.3188v1.")
)