This file is indexed.

/usr/lib/R/site-library/car/CITATION is in r-cran-car 2.0-19-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
citHeader("To cite the car package in publications use:")

citEntry(entry = "Book",
  title        = "An {R} Companion to Applied Regression",
  edition	   = "Second",
  author       = personList(as.person("John Fox"), as.person("Sanford Weisberg")),
  year         = "2011",
  publisher    = "Sage",
  address      = "Thousand Oaks {CA}",
  url          = "http://socserv.socsci.mcmaster.ca/jfox/Books/Companion",

  textVersion  =
  paste("John Fox and Sanford Weisberg (2011).",
        "An {R} Companion to Applied Regression, Second Edition.",
        "Thousand Oaks CA: Sage.",
        "URL: http://socserv.socsci.mcmaster.ca/jfox/Books/Companion")
)