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

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

citEntry(entry="Manual",
         title = "Parallelized functions for palaeoecological and palaeogeographical analysis",
         author = personList(as.person("Matthew J. Vavrek")),
         year = year,
         note = vers,

         textVersion =
         paste("Matthew Vavrek (",
               year,
               "). parfossil: Parallelized functions for palaeoecological and palaeogeographical analysis. ",
               vers, ".", sep=""))


