/usr/lib/R/site-library/biomaRt/CITATION is in r-bioc-biomart 2.34.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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | citHeader("To cite the biomaRt package in publications use:")
citEntry(entry="article",  
  title  = "Mapping identifiers for the integration of genomic datasets with the R/Bioconductor package biomaRt",
  author = personList(person(given="Steffen",  family="Durinck"),
                      person(given="Paul T.",  family="Spellman"),
                      person(given="Ewan",     family="Birney"),
                      person(given="Wolfgang", family="Huber")),
  journal = "Nature Protocols",
  year = "2009",
  volume = "4",
  pages = "1184--1191",
  textVersion = paste("Mapping identifiers for the integration of genomic datasets with the R/Bioconductor package biomaRt.",
                      "Steffen Durinck, Paul T. Spellman, Ewan Birney and Wolfgang Huber,",
                      "Nature Protocols 4, 1184-1191 (2009)."))
citEntry(entry="article",  
  title  = "BioMart and Bioconductor: a powerful link between biological databases and microarray data analysis",
  author = personList(person(given="Steffen",  family="Durinck"),
                      person(given="Yves",     family="Moreau"),
                      person(given="Arek",     family="Kasprzyk"),
                      person(given="Sean",     family="Davis"),
                      person(given="Bart",     family="De Moor"),
                      person(given="Alvis",    family="Brazma"),
                      person(given="Wolfgang", family="Huber")),
  journal = "Bioinformatics",,
  year = "2005",
  volume = "21",
  pages = "3439--3440",
  textVersion = paste("BioMart and Bioconductor: a powerful link between biological databases and microarray data analysis.",
    "Steffen Durinck, Yves Moreau, Arek Kasprzyk, Sean Davis, Bart De Moor, Alvis Brazma and Wolfgang Huber,",
    "Bioinformatics 21, 3439-3440 (2005)."))
 |