citHeader("To cite package 'podkat' in publications use:")

if (!exists("meta") || is.null(meta))
    meta <- packageDescription("procoil")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)

bibentry(bibtype="Manual",
         title = paste("PODKAT - An R Package for Association Testing",
                       "Involving Rare and Private Variants"),
         author = person("Ulrich", "Bodenhofer"),
         year = year,
         doi = "10.18129/B9.bioc.podkat",
         textVersion =
             paste("Ulrich Bodenhofer.",
                   "PODKAT - An R Package for Association Testing Involving",
                   "Rare and Private Variants",
                   "DOI: 10.18129/B9.bioc.podkat")
)


citFooter("To obtain the references in BibTeX format, enter",
          "'toBibtex(citation(\"podkat\"))'")
