/usr/lib/R/site-library/BatchJobs/CITATION is in r-cran-batchjobs 1.7-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 20 21 22 23 24 | ## -*- mode: r -*-
citHeader("To cite BatchJobs or BatchExperiments in publications use:")
citEntry(entry = "Article",
  title        = "{BatchJobs} and {BatchExperiments}: Abstraction Mechanisms for Using {R} in Batch Environments",
  author       = personList(as.person("Bernd Bischl"),
                   as.person("Michel Lang"),
                   as.person("Olaf Mersmann"),
                   as.person("J{\\\"o}rg Rahnenf{\\\"u}hrer"),
                   as.person("Claus Weihs")),
  journal      = "Journal of Statistical Software",
  year         = "2015",
  volume       = "64",
  number       = "11",
  pages        = "1--25",
  url          = "http://www.jstatsoft.org/v64/i11/",
  textVersion  =
  paste("Bernd Bischl, Michel Lang, Olaf Mersmann, Joerg Rahnenfuehrer, Claus Weihs (2015).",
        "BatchJobs and BatchExperiments: Abstraction Mechanisms for Using R in Batch Environments.",
        "Journal of Statistical Software, 64(11), 1-25.",
        "URL http://www.jstatsoft.org/v64/i11/.")
)
 |