This file is indexed.

/usr/lib/R/site-library/Amelia/CITATION is in r-cran-amelia 1.7.4-1build1.

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
citHeader("To cite Amelia in publications use:")

bibentry(
  bibtype = "Article",
  title        = "{Amelia II}: A Program for Missing Data",
  author       = c(person("James", "Honaker", email="jhonaker@iq.harvard.edu", role="aut"),
                   person("Gary", "King", email="king@harvard.edu", role="aut"),
                   person("Matthew", "Blackwell", email="mblackwell@gov.harvard.edu", role="aut")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "45",
  number       = "7",
  pages        = "1--47",
  url          = "http://www.jstatsoft.org/v45/i07/",

  textVersion  =
  paste("James Honaker, Gary King, Matthew Blackwell (2011).",
        "Amelia II: A Program for Missing Data.",
        "Journal of Statistical Software, 45(7), 1-47.",
        "URL http://www.jstatsoft.org/v45/i07/.")
)