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

bibentry(bibtype = "Manual",
         title = "{GSODR}: Global Summary Daily Weather Data in R",
         author = c(person("Adam", "Sparks"),
                    person("Tomislav", "Hengl"),
                    person("Andrew", "Nelson")),
         year = year,
         note = note,
         url = "https://github.com/ropensci/GSODR")
