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

bibentry(bibtype = "Manual",
         title = "{brglm2}: Bias reduction in generalized linear models",
         author = c(person("Ioannis", "Kosmidis")),
         year = year,
         note = note,
         url = "https://github.com/ikosmidis/brglm2")
