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

bibentry(bibtype = "Manual",
         title = "{Dasst}: Tools for Reading, Processing and Writing DSSAT Files",
         author = c(person("Homero", "Lozza")),
         organization = " ",
         address = "Buenos Aires, Argentina",
         year = year,
         note = note,
         url = "https://github.com/hlozza/Dasst")

