/usr/lib/R/site-library/spatstat/CITATION is in r-cran-spatstat 1.53-2-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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | citHeader("To cite spatstat in publications use:")
citEntry(entry = "Book",
  title        = "Spatial Point Patterns: Methodology and Applications with {R}",
  author       = personList(as.person("Adrian Baddeley"),
                            as.person("Ege Rubak"),
                            as.person("Rolf Turner")),
  year         = "2015",
  publisher    = "Chapman and Hall/CRC Press",
  address      = "London",
  url="http://www.crcpress.com/Spatial-Point-Patterns-Methodology-and-Applications-with-R/Baddeley-Rubak-Turner/9781482210200/",
  textVersion  =
  paste("Adrian Baddeley, Ege Rubak, Rolf Turner (2015).",
        "Spatial Point Patterns: Methodology and Applications with R.",
        "London: Chapman and Hall/CRC Press, 2015.",
        "URL http://www.crcpress.com/Spatial-Point-Patterns-Methodology-and-Applications-with-R/Baddeley-Rubak-Turner/9781482210200/")
)
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:"
)
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/."),
         
  header       = "In survey articles, please cite the original paper on spatstat:"
)
 |