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

bibentry(bibtype = "Manual",
         title = "{combi}: Integrate omics data for visualization, with special focus on compositionality",
         author = c(person(family = "Hawinkel", "Stijn"),
                    person(family = "Bijnens", "Luc"),
		    person(family = "L\\^e Cao", "Kim-Anh"),
                    person(family = "Thas", "Olivier"),
                    person("R Core Team")),
         year = year,
         note = note)
