This file is indexed.

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

citEntry(entry="Article",
	title = "phangorn: phylogenetic analysis in R",
        author = personList(as.person("K.P. Schliep")),
	journal = "Bioinformatics",
  	year = "2011",
	volume = "27",
	number = "4",
        pages = "592--593",
        textVersion = "Schliep K.P. 2011. phangorn: phylogenetic analysis in R. Bioinformatics, 27(4) 592-593")

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


if(!exists("meta") || is.null(meta)) meta <- packageDescription("phangorn")