/usr/lib/R/site-library/gsl/CITATION is in r-cran-gsl 1.9-10.1-1build1.
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 20 21 22 23 24 | citHeader("To cite in publications use:")
citEntry(entry = "Article",
	 title = {
             paste("Special functions in R: introducing the gsl package")
	     },
	 author = personList(
         person(first = "Robin",
		middle = "K. S.",
		last = "Hankin",
		email="r.hankin@noc.soton.ac.uk")),
	 journal = "R News",
         year = "2006",
	 month = "October",
	 volume = "6",
	 issue = "4",
	 textVersion = {
             paste("R. K. S. Hankin",
                   "2006.",
                   "Special functions in R: introducing the gsl package. ",
	     	   "R News",
		   "6(4)"
		   )
         })
 |