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://CRAN.R-project.org/package=ipsecr"

bibentry(
    bibtype = "Manual",
    title = "ipsecr: Spatially explicit capture-recapture using inverse prediction",
    author = c(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 = "")
)
