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

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

citEntry(entry="manual",
	title = paste("{R} package \\texttt{pdfCluster}: ",
	" Cluster analysis via nonparametric density estimation (Version ", meta$Version, ")", sep=""),
	author = personList(as.person("A. Azzalini"), as.person("G. Menardi")),
   note = "with contribution of T. Rosolin up to version 0.0-13",
   year = substr(meta$Date, 1, 4),
   url = "http://cran.r-project.org/web/packages/pdfCluster/index.html",
   textVersion = 
paste("Azzalini, A. and Menardi, G. (", substr(meta$Date, 1, 4), "). ",
"R package 'pdfCluster': Cluster analysis via nonparametric density estimation", " (Version ", meta$Version, "). ",
"With contribution of T. Rosolin up to version 0.0-13. ", "URL http://cran.r-project.org/web/packages/pdfCluster/index.html",
sep="")
)


 
