CITATION <- function() {

  # Main paper citation
  paper <- bibentry(
    bibtype = "Article",
    title = "Estimate Crown Scorch from Terrestrial LiDAR Scans",
    author = person("Jeffery", "Cannon"),
    year = 2025,
    journal = "Fire Ecology",
    volume = 21,
    pages = "71",
    doi = "10.1186/s42408-025-00420-0"
  )

  # Package citation (default if someone cites the package itself)
  pkg <- bibentry(
    bibtype = "Manual",
    title = "CrownScorchTLS: Estimate Crown Scorch from Terrestrial LiDAR Scans",
    author = c(
      person("Jeffery", "Cannon"),
      person("Andrew", "Whelan")
    ),
    year = 2025,
    note = "R package version 0.1.0",
    url = "https://github.com/jbcannon/CrownScorchTLS"
  )

  return(c(paper, pkg))
}
