citHeader("To cite fitdistrplus in publications use:")


year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
mytitle <- "fitdistrplus: Help to Fit of a Parametric Distribution to Non-Censored or Censored Data."

bibentry(bibtype = "Manual",
        title = mytitle,
        author = c(person("Delignette-Muller", "Marie Laure"), 
	person("Pouillot", "Regis"), person("Denis", "Jean-Baptiste"),
	person("Dutang", "Christophe")),
     	year = year,
        note = note,
        textVersion =
     paste0( "M. L. Delignette-Muller, R. Pouillot, J.-B. Denis and C. Dutang ", 
	year, ", ",  mytitle)
)

