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

bibentry(
  bibtype = "Manual",
  title = "{drmTMB}: Distributional Regression Models Using Template Model Builder",
  author = c(
    person(
      "Shinichi", "Nakagawa",
      comment = c(ORCID = "0000-0002-7765-5182")
    )
  ),
  year = "2026",
  note = sprintf(
    "R package version %s",
    if (exists("meta") && !is.null(meta$Version)) meta$Version else "0.1.4"
  ),
  url = "https://github.com/itchyshin/drmTMB"
)
