/usr/lib/R/site-library/elliptic/CITATION is in r-cran-elliptic 1.3-7-2.
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 25 | citHeader("To cite in publications use:")
citEntry(entry = "Article",
	 title = {
             paste("Introducing elliptic, an R package for elliptic
	 and modular functions")
	     },
	 author = personList(
         person(given = c("Robin","K.S."),
		family = "Hankin",
		email="hankin.robin@gmail.com")),
	 journal = "Journal of Statistical Software",
         year = "2006",
	 month = "February",
	 volume = "15",
	 issue = "7",
	 textVersion = {
             paste("R. K. S. Hankin",
                   "2006.",
                   "Introducing elliptic, an R package for elliptic
	 and modular functions.",
	     	   "Journal of Statistical Software",
		   "15(7)"
		   )
         })
 |