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

if(!exists("meta") || is.null(meta)) meta <- packageDescription("pdfCluster")

citEntry(entry = "Article",
  title        = "Clustering via Nonparametric Density Estimation: The {R} Package {pdfCluster}",
  author       = personList(as.person("Adelchi Azzalini"),
                   as.person("Giovanna Menardi")),
  journal      = "Journal of Statistical Software",
  year         = "2014",
  volume       = "57",
  number       = "11",
  pages        = "1--26",
  url          = "http://www.jstatsoft.org/v57/i11/",

  textVersion  =
  paste("Adelchi Azzalini, Giovanna Menardi (2014).",
        "Clustering via Nonparametric Density Estimation: The R Package pdfCluster.",
        "Journal of Statistical Software, 57(11), 1-26.",
        "URL http://www.jstatsoft.org/v57/i11/.")
)
