## inst/CITATION

year <- sub("-.*", "", meta$Date)
note <- paste("R package version", meta$Version)

citHeader("To cite EpiLossR in publications, please use:")

bibentry(
  bibtype = "Manual",
  key = "EpiLossR2026",
  title = "EpiLossR: Estimation of Mortality and Morbidity Losses in Animal Diseases",
  author = c(
    person(
      given = "Vinodhkumar",
      family = "Obli Rajendran"
    ),
    person(
      given = "Keerthi",
      family = "Aaradhana"
    )
  ),
  year = year,
  note = note,
  url = "https://github.com/vinodhpmd/EpiLossR",
  textVersion = sprintf(
    "Obli Rajendran V, Aaradhana K (%s). EpiLossR: Estimation of Mortality and Morbidity Losses in Animal Diseases. %s. Available at https://github.com/vinodhpmd/EpiLossR.",
    year,
    note
  )
)