/usr/lib/R/site-library/polyCub/CITATION is in r-cran-polycub 0.5-2-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  | ### Outer header
citHeader("To cite", sQuote("polyCub"),
          "in publications refer to Supplement B (Section 2.4) of:")
### power-law paper
bibentry(
    bibtype = "Article", key = "Meyer+Held_2014",
    author = "Sebastian Meyer and Leonhard Held",
    title = "Power-law models for infectious disease spread",
    journal = "The Annals of Applied Statistics",
    issn = "1932-6157",
    year = "2014",
    volume = "8",
    number = "3",
    pages = "1612--1639",
    doi = "10.1214/14-AOAS743",
    eprint = "http://arxiv.org/abs/1308.5115"
)
 |