citation <- function(package = "yourPackage") {
  bibentry(
    bibtype = "Article",
    title = "Enabling reproducible real-time quantitative PCR research: the RDML package",
    author = c(person("Stefan", "Roediger"), person("Michal", "Burdukiewicz"), person("Andrej-Nikolai", "Spiess"), person("Konstantin", "Blagodatskikh")),
    journal = "Bioinformatics",
    year = 2017,
    doi = "10.1093/bioinformatics/btx528",
    volume = 33,
    pages = "4012-4014"
  )
}