This file is indexed.

/usr/lib/R/site-library/fastcluster/CITATION is in r-cran-fastcluster 1.1.13-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 fastcluster in publications use:")

citEntry(entry = "Article",
  title        = "{fastcluster}: Fast Hierarchical, Agglomerative Clustering Routines for {R} and {Python}",
  author       = personList(as.person("Daniel M\\\"ullner")),
  journal      = "Journal of Statistical Software",
  year         = "2013",
  volume       = "53",
  number       = "9",
  pages        = "1--18",
  url          = "http://www.jstatsoft.org/v53/i09/",

  textVersion  =
  paste("Daniel Müllner (2013).",
        "fastcluster: Fast Hierarchical, Agglomerative Clustering Routines for R and Python.",
        "Journal of Statistical Software, 53(9), 1-18.",
        "URL http://www.jstatsoft.org/v53/i09/.")
)