/usr/lib/R/library/lattice/CITATION is in r-cran-lattice 0.20-34-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  | citHeader("To cite the lattice package in publications use:")
citEntry(entry="Book",
         title = "Lattice: Multivariate Data Visualization with R",
         author = personList(as.person("Deepayan Sarkar")),
         publisher = "Springer",
	 ## edition = "First",
         address      = "New York",
         year         = 2008,
         note         = "ISBN 978-0-387-75968-5",
         url          = "http://lmdvr.r-forge.r-project.org",
         
         textVersion = 
         paste("Sarkar, Deepayan (2008)", 
               "Lattice: Multivariate Data Visualization with R.",
               "Springer, New York. ISBN 978-0-387-75968-5"))
 |