/usr/lib/R/site-library/BradleyTerry2/CITATION is in r-cran-bradleyterry2 1.0-6-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 18 19 | citHeader("To cite BradleyTerry2 in publications use:")
citEntry(entry = "Article",
title = "Bradley-Terry Models in {R}: The {BradleyTerry2} Package",
author = personList(as.person("Heather Turner"),
as.person("David Firth")),
journal = "Journal of Statistical Software",
year = "2012",
volume = "48",
number = "9",
pages = "1--21",
url = "http://www.jstatsoft.org/v48/i09/",
textVersion =
paste("Heather Turner, David Firth (2012).",
"Bradley-Terry Models in R: The BradleyTerry2 Package.",
"Journal of Statistical Software, 48(9), 1-21.",
"URL http://www.jstatsoft.org/v48/i09/.")
)
|