citHeader("To cite the R package 'MACSQuantifyR' in your publication please use:")

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

bibentry(bibtype = "Manual",
         title = "{MACSQuantifyR}: Fast treatment of FACS data",
         author = c(person("Raphaël", "Bonnet"),
                    person("Jean François", "Peyron")),
         year = year,
         note = note,
         url = "https://github.com/Peyronlab/MACSQuantifyXL")


