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

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

citEntry(entry="Manual",
         title = "abc: estimation and model selection with Approximate Bayesian Computation (ABC)",
         author = personList(as.person("Katalin Csillery"),
                             as.person("Olivier Francois"),	
                             as.person("Michael G. B. Blum")),
         year = 2010,
         note = 1.0,

         textVersion =
         paste("Csillery, Francois, Blum (",
               2010,
               "). abc: estimation and model selection with Approximate Bayesian Computation (ABC). ",
               1.0, ".", sep=""))