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

bibentry(bibtype = "Manual",
         title = "{ABCoptim}: An implementation of the Artificial Bee Colony ({ABC}) Algorithm",
         author = c(
          person("George", "Vega Yon"),
          person("Enyelbert", "Muñoz")
          ),
         year = year,
         note = note,
         url = "https://github.com/gvegayon/ABCoptim")
