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

bibentry(bibtype = "Manual",
         title = "{RCM}: A Unified Approach to Unconstrained and Constrained Visualization of Microbiome Read Count Data",
         author = c(person(family = "Hawinkel", "Stijn"),
                    person(family = "Kerckhof", "Frederiek-Maarten"),
                    person(family = "Bijnens", "Luc"),
                    person(family = "Thas", "Olivier"),
                    person("R Core Team")),
         year = year,
         note = note)
