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

bibentry(bibtype = "Manual",
         title = "{hurricaneexposure}: Explore and Map County-Level Hurricane Exposure in the United States",
         author = c(person("Brooke", "Anderson"),
                    person("Meilin", "Yan"),
                    person("Joshua", "Ferreri"),
                    person("William", "Crosson"),
                    person("Mohammad", "Al-Hamdan"),
                    person("Andrea", "Schumacher"),
                    person("Dirk", "Eddelbuettel")),
         year = year,
         note = note,
         url = "https://github.com/geanders/hurricaneexposure")
