/usr/lib/R/site-library/ecodist/CITATION is in r-cran-ecodist 1.2.9-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 | citHeader("To cite package ecodist in publications use:")
citEntry(entry="Article",
	title = "The ecodist package for dissimilarity-based analysis of ecological data",
	author = personList(as.person("Sarah C. Goslee"),
                        as.person("Dean L. Urban")),
	journal = "Journal of Statistical Software",
	year	 = 2007,
	volume = 22,
    issue = 7,
	pages	= "1-19",
	 
	textVersion = 
	paste("Goslee, S.C. and Urban, D.L. 2007.", 
    "The ecodist package for dissimilarity-based analysis of ecological data.",
	"Journal of Statistical Software 22(7):1-19.")
)
 |