/usr/lib/R/site-library/fields/CITATION is in r-cran-fields 8.10-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  | NOTE<- paste( "R package version", meta$Version )
bibentry(bibtype="Misc",
   mheader = "Please cite fields including its version and DOI as",
   title = "fields: Tools for spatial data",
    author = c(
               person("Douglas Nychka"),           
	       person("Reinhard Furrer"),
	       person("John Paige"),
	       person("Stephan Sain")
	       ),
	       note = NOTE,
    organization = "University Corporation for Atmospheric Research",
    address = "Boulder, CO, USA",
    year = 2015,
    url = "www.image.ucar.edu/fields",
    doi ="10.5065/D6W957CT"
    )
 |