citHeader("To cite package 'kedd' in publications use:")
     
	 
 if(!exists("meta") || is.null(meta)) meta <- packageDescription("kedd")
 year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
 vers <- paste("R package version", meta$Version)
 
 citEntry(entry="Manual",
		  title = "kedd: Kernel estimator and bandwidth selection for density and its derivatives.",
		  author = personList(as.person("A. C. Guidoum")),
		  year = year,
		  note = vers,
		  url  = paste("URL http://CRAN.R-project.org/package=kedd"),
		  textVersion =
		  paste("A. C. Guidoum (",
				year,
				"). kedd: Kernel estimator and bandwidth selection for density and its derivatives.", vers, ".", "URL http://CRAN.R-project.org/package=kedd"
				, sep=""))
				