citHeader("To cite package 'copulaedas' in publications use:")

desc <- packageDescription("copulaedas")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
version <- desc$Version

citEntry(entry = "manual",
	title = "copulaedas: Estimation of Distribution Algorithms based on Copula Theory",
	author = personList(as.person("Gonzlez-Fernndez, Y."),
	                    as.person("Soto, M.")),
	year = year,
	note = paste("{R} package version", version),
	url = "http://CRAN.R-project.org/package=copulaedas",
	textVersion = paste("Gonzlez-Fernndez, Y. and Soto, M. (", year, ") ",
	                    "copulaedas: Estimation of Distribution Algorithms based on Copula Theory. ",
	                    paste("R package version", version),
	                    ". URL http://CRAN.R-project.org/package=copulaedas",
	                    ".", sep = ""))
