This file is indexed.

/usr/lib/R/site-library/RandomFieldsUtils/CITATION is in r-cran-randomfieldsutils 0.3.25-2.

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
citHeader("To cite RandomFieldsUtils in publications use:")

year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype="Manual",
         header="For general purposes please refer to",
         footer="",
         title = "{RandomFieldsUtils}:  Utilites for the Simulation and Analysis of Random Fields",
         author = c(person("Martin", "Schlather", role=c("cre", "aut")),
             person("Reinhard", "Furrer", role="ctb"),
             person("Martin", "Kroll", role="ctb")),
         year = year,
         note = note,
         url = "https://cran.r-project.org/package=RandomFieldsUtils"
         )