/usr/lib/R/site-library/igraph/CITATION is in r-cran-igraph 0.7.1-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  | citHeader("To cite 'igraph' in publications use:")
citEntry(entry="article",
	 title="The igraph software package for complex network research",
         author=personList(as.person("Gabor Csardi"),
			   as.person("Tamas Nepusz")),
	 journal="InterJournal",
         volume="Complex Systems",
         pages="1695",
         year="2006",
         url="http://igraph.org",
         textVersion=paste("Csardi G, Nepusz T: The igraph software package for ",
                           "complex network research, InterJournal, ",
                           "Complex Systems 1695. 2006. ",
                           "http://igraph.org", sep=""))
 |