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

bibentry(bibtype="Manual",
         title = "RFLPtools: Tools To Analyse RFLP Data",
         author = personList(person("Fabienne", "Flessa"), 
                             person("Alexandra", "Kehl"), 
                             person("Mohammed", "Aslam", "Imtiaz"),
                             person("Matthias", "Kohl")),
         language = "English",
         year = year,
         note = note,
         url = "https://r-forge.r-project.org/projects/rflptools/")

