citHeader("In published work that uses nimbleMacros, please cite both this package and the NIMBLE package. To help us track usage to justify funding support for NIMBLE, please include the DOI in the citation.")

year <- sub("-.*", "", meta$Date)
note <- sprintf("{R} package version %s", meta$Version)

bibentry(
 bibtype = "manual",
 title = "{nimbleMacros}: Macros Generating 'nimble' Code",
 author = c(person("Kenneth", "Kellner"),
            person("Perry", "de Valpine"),
            person("Christopher", "Paciorek"),
            person("Daniel", "Turek")),
 url = "https://cran.r-project.org/package=nimbleMacros",
 year = year,
 version = meta$Version,
 note = note,
 doi = "10.5281/zenodo.14975578"
)
