citHeader("To cite the lwbgt R package, use:")

bibentry(
  bibtype = "Manual",
  title = "lwbgt: Reference-Compatible Outdoor Wet Bulb Globe Temperature",
  author = person("Yifei", "Zheng"),
  year = "2026",
  note = sprintf("R package version %s", meta$Version),
  url = "https://github.com/zyf0717/lwbgt"
)

citHeader("The underlying numerical method is described in:")

bibentry(
  bibtype = "Article",
  title = "Modeling the Wet Bulb Globe Temperature Using Standard Meteorological Measurements",
  author = c(
    person("James C.", "Liljegren"),
    person("Richard A.", "Carhart"),
    person("Philip", "Lawday"),
    person("Stephen", "Tschopp"),
    person("Robert", "Sharp")
  ),
  journal = "Journal of Occupational and Environmental Hygiene",
  year = "2008",
  volume = "5",
  number = "10",
  pages = "645--655",
  doi = "10.1080/15459620802310770"
)
