year <- format(Sys.time(), "%Y")
abs <- trimws(gsub("\\s+", " ", meta$Description))

bibentry(
  "Manual",
  header = "To cite the 'mapSpain' package in publications use:",
  title = paste("mapSpain:", meta$Title),
  year = year,
  version = meta$Version,
  author = person("Diego", "Hernangómez"),
  doi = "10.5281/zenodo.5366622",
  url = unlist(strsplit(meta$URL, ","))[1],
  abstract = abs
)
