This file is indexed.

/usr/lib/R/site-library/ape/CITATION is in r-cran-ape 4.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
citHeader("To cite ape in a publication use:")

citEntry(entry="Article",
	title = "A{PE}: analyses of phylogenetics and evolution in {R} language",
        author = personList(as.person("E. Paradis"),as.person("J. Claude"), as.person("K. Strimmer")),
	journal = "Bioinformatics",
  	year = "2004",
	volume = "20",
	pages = "289-290",

        textVersion = "Paradis E., Claude J. & Strimmer K. 2004. APE: analyses of phylogenetics and evolution in R language. Bioinformatics 20: 289-290.")

citFooter("As ape is evolving quickly, you may want to cite also its version number (found with 'library(help = ape)').")