This file is indexed.

/usr/lib/R/site-library/lsmeans/CITATION is in r-cran-lsmeans 2.25-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
bibentry(bibtype = "Article",
  title        = "Least-Squares Means: The {R} Package {lsmeans}",
  author       = person(given = c("Russell", "V."),
                        family = "Lenth"),
  journal      = "Journal of Statistical Software",
  year         = "2016",
  volume       = "69",
  number       = "1",
  pages        = "1--33",
  doi          = "10.18637/jss.v069.i01",

  header       = "To cite lsmeans in publications use:",
  textVersion  =
  paste("Russell V. Lenth (2016).",
        "Least-Squares Means: The R Package lsmeans.",
        "Journal of Statistical Software, 69(1), 1-33.",
        "doi:10.18637/jss.v069.i01")
)