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

bibentry(bibtype = "Manual",
         title = "{enrichwith}: Methods to enrich list-like R objects with extra components",
         author = c(person("Ioannis", "Kosmidis")),
         year = year,
         note = note,
         url = "https://github.com/ikosmidis/enrichwith")
