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

year <- sub("^([[:digit:]]{4})-[[:digit:]]{2}-[[:digit:]]{2}$", "\\1", meta$Date)
version <- meta$Version

citEntry(entry = "manual",
	title = "cec2013: Benchmark Functions for the Special Session and Competition on Real-Parameter Single Objective Optimization at CEC-2013",
	author = personList(person("Mauricio", "Zambrano-Bigiarini", email="mzb.devel@gmail.com", role=c("aut","cre")), person("Yasser", "Gonzalez-Fernandez", email="ygonzalezfernandez@gmail.com", role=c("aut"))),
	year = year,
	note = paste("{R} package version", version),
	url = "http://CRAN.R-project.org/package=cec2013",
	textVersion = paste("Mauricio Zambrano-Bigiarini and Yasser Gonzalez-Fernandez. (", year, ") ",
        "cec2013: Benchmark Functions for the Special Session and Competition on Real-Parameter Single Objective Optimization at CEC-2013",
        paste("R package version", version),
        ". URL http://CRAN.R-project.org/package=cec2013",
        ".", sep = ""))
