This file is indexed.

/usr/lib/R/site-library/misc3d/CITATION is in r-cran-misc3d 0.8-4-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
17
18
citHeader("To cite misc3d in publications use:")

citEntry(entry = "Article",
  title        = "Computing and Displaying Isosurfaces in {R}",
  author       = personList(as.person("Dai Feng"),
                   as.person("Luke Tierney")),
  journal      = "Journal of Statistical Software",
  year         = "2008",
  volume       = "28",
  number       = "1",
  url          = "http://www.jstatsoft.org/v28/i01/",

  textVersion  =
  paste("Dai Feng, Luke Tierney (2008).",
        "Computing and Displaying Isosurfaces in R.",
        "Journal of Statistical Software 28(1).",
        "URL http://www.jstatsoft.org/v28/i01/.")
)