/usr/lib/R/site-library/elliptic/CITATION is in r-cran-elliptic 1.3-5-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 18 19 20 21 22 23 24 25 26  | citHeader("To cite in publications use:")
citEntry(entry = "Article",
	 title = {
             paste("Introducing elliptic, an R package for elliptic
	 and modular functions")
	     },
	 author = personList(
         person(first = "Robin",
		middle = "K. S.",
		last = "Hankin",
		email="r.hankin@noc.soton.ac.uk")),
	 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)"
		   )
         })
 |