citHeader("To cite package 'macroBiome' in publications use:")

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

bibentry(
  bibtype  = "manual",
  title    = "macroBiome: A Tool for Mapping the Distribution of the Biomes and Bioclimate",
  author   = person("Zolt\\'an", "Szelepcs\\'enyi", email = "szelepcsenyi.zoltan@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-9844-4958")),
  year     = year,
  note     = note,
  doi      = "10.5281/zenodo.7633367",
  url      = "https://github.com/szelepcsenyi/macroBiome",
  textVersion = paste0(
    "Szelepcsényi Z (", year, ") ",
    "macroBiome: A Tool for Mapping the Distribution of the Biomes and Bioclimate. ",
    note,
    ". https://doi.org/10.5281/zenodo.7633367"
  )
)

citFooter("I have invested a considerable amount of time and effort in creating the package 'macroBiome'. Please cite it if you use it.")
