citHeader("To cite geouy in publications use:")

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

bibentry(bibtype = "Misc",
         title = "{geouy}: Geographic Information of Uruguay",
         author = c(person("Richard", "Detomasi")),
         year = year,
         note = note,
	       url = "https://github.com/RichDeto/geouy")

textVersion = paste0("Detomasi, Richard, (", year, ").",
  "geouy: Geographic Information of Uruguay. ",
  note, ".",
  " https://github.com/RichDeto/geouy")
