/usr/lib/R/site-library/multcomp/CITATION is in r-cran-multcomp 1.3-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 | citEntry(entry="Article",
         title = "Simultaneous Inference in General Parametric Models",
         author = personList(as.person("Torsten Hothorn"),
                             as.person("Frank Bretz"),
                             as.person("Peter Westfall")),
         journal      = "Biometrical Journal",
         year         = "2008",
         volume       = "50",
         number       = "3",  
         pages        = "346--363",
         
         textVersion =
         paste("Torsten Hothorn, Frank Bretz and Peter Westfall (2008).", 
               "Simultaneous Inference in General Parametric Models.",
               "Biometrical Journal 50(3), 346--363."),
         header = "Please cite the multcomp package by the following reference:"
)
 |