citHeader("To cite package 'aods3' in publications use:")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("aods3 package version", meta$Version)
citEntry(entry = "Manual",
         title = "aods3: analysis of overdispersed data using S3 methods",
         author = personList(as.person("Matthieu Lesnoff"),
                             as.person("Renaud Lancelot")),
         year = year,
         note = vers,
         textVersion = paste0("Lesnoff M., Lancelot R.",
                              "(", year, ").",
                              " aods3: analysis of overdispersed data using S3 methods. ",
                              vers, "."))
