This file is indexed.

/usr/lib/R/site-library/RcppArmadillo/CITATION is in r-cran-rcpparmadillo 0.6.500.4.0-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
citHeader("To cite RcppArmadillo in publications use:")

citEntry(entry = "Article",
  title        = "RcppArmadillo: Accelerating R with high-performance C++ linear algebra",
  author       = personList(as.person("Dirk Eddelbuettel"),
                   as.person("Conrad Sanderson")),
  journal      = "Computational	Statistics and Data Analysis",
  year         = "2014",
  volume       = "71",
  month        = "March",
  pages        = "1054--1063",
  url          = "http://dx.doi.org/10.1016/j.csda.2013.02.005",

  textVersion  =
  paste("Dirk Eddelbuettel, Conrad Sanderson (2014).",
        "RcppArmadillo: Accelerating R with high-performance C++ linear algebra.",
        "Computational Statistics and Data Analysis, Volume 71, March 2014, pages 1054-1063.",
        "URL http://dx.doi.org/10.1016/j.csda.2013.02.005")
)