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

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
url <- "https://github.com/MurrayEfford/ipsecr"

citEntry(entry="Manual",
    title = "ipsecr: Spatially explicit capture-recapture using inverse prediction",
    author = personList(as.person("Murray Efford")),
    year = year,
    note = vers,
    url = url,
    textVersion =
        paste("Efford, M. G. (", year,
        "). ipsecr: Spatially explicit capture-recapture using inverse prediction. ",
        vers, ". ", url, 
        sep = "")
)
