citHeader("To cite {{project_name}} in publications use:")

bibentry(
  bibtype = "Manual",
  title   = "{{project_name}}: {An} {R} package to ...",
  author  = c(person("{{family}} {{given}}")),
  year    = "{{year}}",
  note    = "R package version {{pkg_version}}",
  url     = "https://github.com/{{github}}/{{project_name}}"
)
