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

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

citEntry(entry="Article",
  title = "multimark: an R package for analysis of capture-recapture data consisting of multiple ``noninvasive'' marks",
  author = personList(as.person("B. T. McClintock")),
  year     = {2015},
  journal = "Ecology and Evolution",
  volume     = {},
  number     = {},
  pages     = {},
  url = "http://onlinelibrary.wiley.com/doi/10.1002/ece3.1676/full",
  textVersion =
  paste("McClintock, B. T. (2015)",
  "multimark: an R package for analysis of capture-recapture data consisting of multiple ``noninvasive'' marks.",
  "Ecology and Evolution DOI: 10.1002/ece3.1676"))
  
citEntry(entry="Manual",
         title = "multimark: capture-mark-recapture analysis using multiple non-invasive marks",
         author = personList(as.person("Brett McClintock")),
         year = year,
         note = vers,
         textVersion =
         paste("McClintock, B. T. (", year,
               ") multimark: capture-mark-recapture analysis using multiple non-invasive marks. ",
               vers, ".", sep="") )