citHeader("To cite rcites use:")

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

bibentry(bibtype = "Manual",
         title = "{rcites}: An R package to access the CITES Speciesplus database",
         author = c(person("Jonas", "Geschke"),
                    person("Kevin", "Cazelles"),
                    person("Ignasi", "Bartomeus")),
         year = year,
         note = note,
         url = "https://ibartomeus.github.io/rcites/")
