/usr/lib/R/site-library/lmtest/CITATION is in r-cran-lmtest 0.9.35-2build1.
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 lmtest in publications use:")
citEntry(entry="Article",
         title = "Diagnostic Checking in Regression Relationships",
         author = personList(as.person("Achim Zeileis"), 
			     as.person("Torsten Hothorn")),
         journal      = "R News",
         year         = "2002",
	 volume       = "2",
	 number       = "3",
	 pages        = "7--10",
         url          = "https://CRAN.R-project.org/doc/Rnews/",
         
         textVersion = 
         paste("Achim Zeileis, Torsten Hothorn (2002).", 
               "Diagnostic Checking in Regression Relationships.",
               "R News 2(3), 7-10.",
	       "URL https://CRAN.R-project.org/doc/Rnews/")
)
 |