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

citEntry(entry = "Article",
  title        = "{fitdistrplus}: An {R} Package for Fitting Distributions",
  author       = personList(as.person("Marie Laure Delignette-Muller"),
                   as.person("Christophe Dutang")),
  journal      = "Journal of Statistical Software",
  year         = "2015",
  volume       = "64",
  number       = "4",
  pages        = "1--34",
  url          = "http://www.jstatsoft.org/v64/i04/",

  textVersion  =
  paste("Marie Laure Delignette-Muller, Christophe Dutang (2015).",
        "fitdistrplus: An R Package for Fitting Distributions.",
        "Journal of Statistical Software, 64(4), 1-34.",
        "URL http://www.jstatsoft.org/v64/i04/.")
)


citFooter("Please cite both the package and R when using them for data analysis.",
	  "See also", sQuote("citation()"),
	  "for citing R.")
