/usr/lib/R/site-library/rtracklayer/CITATION is in r-bioc-rtracklayer 1.24.2-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 | citEntry(entry="article",
         title = paste("rtracklayer: an R package for interfacing with
                  genome browsers" ),
         author = personList( as.person("Michael Lawrence"),
                              as.person("Robert Gentleman"),
                              as.person("Vincent Carey")),
         year = 2009,
         journal = "Bioinformatics",
         volume = "25",
         pages = "1841-1842",
         doi = "10.1093/bioinformatics/btp328",
         url = "http://bioinformatics.oxfordjournals.org/content/25/14/1841.abstract",         
         textVersion = 
         paste("M. Lawrence, R. Gentleman, V. Carey:", 
               "\"rtracklayer: an {R} package for interfacing with",
               "genome browsers\".", 
               "Bioinformatics 25:1841-1842."))
 |