This file is indexed.

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

citEntry(entry = "Article",
  title        = "eco: R Package for Ecological Inference in 2 x 2 Tables",
  author       = personList(as.person("Kosuke Imai"),
                   as.person("Ying Lu"),
                   as.person("Aaron Strauss")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "42",
  number       = "5",
  pages        = "1--23",
  url          = "http://www.jstatsoft.org/v42/i05/",

  textVersion  =
  paste("Kosuke Imai, Ying Lu, and Aaron Strauss (2011).",
        "eco: R Package for Ecological Inference in 2 x 2 Tables.",
        "Journal of Statistical Software, Vol. 42, No. 5, pp. 1-23.",
        "URL http://www.jstatsoft.org/v42/i05/")
)