This file is indexed.

/usr/lib/R/site-library/spatstat/CITATION is in r-cran-spatstat 1.37-0-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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
citHeader("To cite spatstat in publications use:")

citEntry(entry = "Article",
  title        = "{spatstat}: An {R} Package for Analyzing Spatial Point Patterns",
  author       = personList(as.person("Adrian Baddeley"),
                   as.person("Rolf Turner")),
  journal      = "Journal of Statistical Software",
  year         = "2005",
  volume       = "12",
  number       = "6",
  pages        = "1--42",
  url          = "http://www.jstatsoft.org/v12/i06/",

  textVersion  =
  paste("Adrian Baddeley, Rolf Turner (2005).",
        "spatstat: An R Package for Analyzing Spatial Point Patterns.",
        "Journal of Statistical Software 12(6), 1-42.",
        "URL http://www.jstatsoft.org/v12/i06/.")
)

citEntry(entry = "Article",
  title        = "Hybrids of Gibbs Point Process Models and Their Implementation",
  author       = personList(as.person("Adrian Baddeley"),
                   as.person("Rolf Turner"),
                   as.person("Jorge Mateu"),
                   as.person("Andrew Bevan")),
  journal      = "Journal of Statistical Software",
  year         = "2013",
  volume       = "55",
  number       = "11",
  pages        = "1--43",
  url          = "http://www.jstatsoft.org/v55/i11/",

  textVersion  =
  paste("Adrian Baddeley, Rolf Turner, Jorge Mateu, Andrew Bevan (2013).",
        "Hybrids of Gibbs Point Process Models and Their Implementation.",
        "Journal of Statistical Software, 55(11), 1-43.",
        "URL http://www.jstatsoft.org/v55/i11/."),

  header       = "If you use hybrid models, please also cite:"
)