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

year = format(Sys.time(), "%Y")
vers = paste('R package version', meta$Version)
url = 'https://CRAN.R-project.org/package=giscoR'

citEntry(
  entry = 'manual',
  title = paste('giscoR:', meta$Title),
  author = "Diego Hernangómez",
  year = year,
  note = vers,
  url = url,
  doi = '10.5281/zenodo.4317946',
  textVersion = paste0('D. Hernangómez (', year, '). giscoR: ', meta$Title, '. ', vers, '. http://doi.org/10.5281/zenodo.4317946. Package url: ', url)
)
