citHeader("To cite the transport package in publications use:")

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

citEntry(entry = "Manual",
         title = "transport: Optimal Transport in Various Forms",
         author = c(person("Dominic", "Schuhmacher", email = "dominic.schuhmacher@mathematik.uni-goettingen.de", role = c("aut","cre")),
             person("Björn", "Bähre", role = "aut", comment = "aha and power diagrams"),
             person("Carsten", "Gottschlich", role = "aut", comment = "simplex and shortlist")),
         year         = year,
         note         = note,
         url          = "https://cran.r-project.org/package=transport",
         
         textVersion = 
         paste("Dominic Schuhmacher, Björn Bähre and Carsten Gottschlich (2016).", 
               "transport: Optimal Transport in Various Forms.",
               "R package version 0.8-0. https://cran.r-project.org/package=transport")
)

