/usr/lib/R/site-library/maxLik/CITATION is in r-cran-maxlik 1.3-4-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 | citHeader("To cite package 'maxLik' in publications use:")
     
citEntry(
   entry       = "Article",
   title       = "maxLik: A package for maximum likelihood estimation in {R}",
   author      = personList( as.person( "Arne Henningsen" ),
                             as.person( "Ott Toomet" ) ),
   journal     = "Computational Statistics",
   year        = "2011",
   volume      = "26",
   number      = "3",
   pages       = "443-458",
   doi         = "10.1007/s00180-010-0217-1",
   url         = "http://dx.doi.org/10.1007/s00180-010-0217-1",
   textVersion = paste( "Arne Henningsen and Ott Toomet (2011).",
                        "maxLik: A package for maximum likelihood estimation in R.",
                        "Computational Statistics 26(3), 443-458.",
                        "DOI 10.1007/s00180-010-0217-1." )
)
 |