/usr/lib/R/site-library/plyr/CITATION is in r-cran-plyr 1.7.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 17 18 | citHeader("To cite plyr in publications use:")
citEntry(entry = "Article",
  title        = "The Split-Apply-Combine Strategy for Data Analysis",
  author       = personList(as.person("Hadley Wickham")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "40",
  number       = "1",
  pages        = "1--29",
  url          = "http://www.jstatsoft.org/v40/i01/",
  textVersion  =
  paste("Hadley Wickham (2011).",
        "The Split-Apply-Combine Strategy for Data Analysis.",
        "Journal of Statistical Software, 40(1), 1-29.",
        "URL http://www.jstatsoft.org/v40/i01/.")
)
 |