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

bibentry(bibtype="Manual",
         title = "LFApp: Shiny Apps for Lateral Flow Assays",
         author = c(person("Filip", "Paskali"), 
                    person("Weronika", "Schary"), 
                    person("Matthias", "Kohl")),
         language = "English",
         year = year,
         note = note,
         url = "https://github.com/fpaskali/LFApp")

