/usr/lib/R/site-library/brglm/CITATION is in r-cran-brglm 0.5-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 | citHeader("To cite package 'brglm' in publications use:")
citEntry(entry="Manual",
    title = {"brglm: Bias reduction in binary-response Generalized Linear Models"},
    author = personList(as.person("Ioannis Kosmidis")),
    year = {2013},
    note = {"R package version 0.5-9"},
    url = {"http://www.ucl.ac.uk/~ucakiko/software.html"},
    textVersion = paste(
      "Ioannis Kosmidis (2013).",
      "brglm: Bias reduction in binomial-response Generalized Linear Models.",
      "http://www.ucl.ac.uk/~ucakiko/software.html")
)
 |