/usr/lib/R/site-library/coda/CITATION is in r-cran-coda 0.18-1-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 package coda in publications use:")
citEntry(entry="Article",
         title = "CODA: Convergence Diagnosis and Output Analysis for MCMC",
         author = personList(as.person("Martyn Plummer"),
         as.person("Nicky Best"),
         as.person("Kate Cowles"),
         as.person("Karen Vines")),
	 journal = "R News",
         year = 2006,
         volume = 6,
         number = 1,
         pages = "7--11",
         url = "http://CRAN.R-project.org/doc/Rnews/",
         pdf = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-1.pdf",
         textVersion = "Martyn Plummer, Nicky Best, Kate Cowles and Karen Vines (2006). CODA: Convergence Diagnosis and Output Analysis for MCMC, R News, vol 6, 7-11")
 |