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

bibentry(bibtype = "Manual",
         title = "MIRA: An R package for DNA methylation-based inference of regulatory activity",
         author = c(person("John", "Lawson"),
         person("Eleni", "Tomazou", middle="M"),
         person("Christoph", "Bock"),
         person("Nathan", "Sheffield", middle="C")),
         year = year,
         note = note,
         url = "http://databio.org/mira")
