This file is indexed.

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

citEntry(entry = "Article",
  title        = "Smoothing Spline ANOVA Models: {R} Package {gss}",
  author       = personList(as.person("Chong Gu")),
  journal      = "Journal of Statistical Software",
  year         = "2014",
  volume       = "58",
  number       = "5",
  pages        = "1--25",
  url          = "http://www.jstatsoft.org/v58/i05/",

  textVersion  =
  paste("Chong Gu (2014).",
        "Smoothing Spline ANOVA Models: R Package gss.",
        "Journal of Statistical Software, 58(5), 1-25.",
        "URL http://www.jstatsoft.org/v58/i05/.")
)