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

bibentry( bibtype="Manual",
         title="{alluvial}: R Package for Creating Alluvial Diagrams",
         author= c(person("Michal", "Bojanowski"),
                   person("Robin", "Edwards") ),
         year = year,
         note = note,
         url = "https://github.com/mbojan/alluvial",
         mheader="To cite package 'allluvial' in publications use:",
         mfooter= paste("We have invested some time and effort in creating this package,",
                        "please cite it when using it for data analysis or other tasks.", sep = " ")
         )
