citHeader("To cite package 'phonTools' in publications use:")
     
     year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
     vers <- paste("R package version", meta$Version)
     
     citEntry(entry="Manual",
              title = "phonTools: Functions for phonetics in R.",
              author = personList(as.person("Santiago Barreda")),
              year = year,
              note = vers,
     
              textVersion =
              paste("Santiago Barreda (",
                    year,
                    "). phonTools: Functions for phonetics in R. ",
                    vers, ".", sep=""))
