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

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

citEntry(entry="Manual",
         title = "DescTools: Tools for Descriptive Statistics",
         author = personList(as.person("Andri Signorell et mult. al.")),
         # list of all contributers removed: takes far too much space
         year = year,
         note = vers,
         url = "http://CRAN.R-project.org/package=DescTools",
		 
         textVersion =
         paste("Andri Signorell et mult. al. (",
               year,
               "). DescTools: Tools for descriptive statistics. ",
               vers, ".", sep=""))

citFooter("We have invested a lot of time and effort in creating this package, please cite it when using it for data analysis.")
 


