citHeader("To cite package 'rio' in publications use:")
     
 year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
 vers <- paste("R package version", meta$Version)
 
 citEntry(entry="Manual",
		  title = "rio: A Swiss-army knife for data file I/O",
		  author = personList(as.person("Chung-hong Chan"), as.person("Geoffrey CH Chan"), as.person("Thomas J. Leeper")),
		  year = year,
		  note = vers,
		  textVersion =
		  paste("Chung-hong Chan, Geoffrey CH Chan, and Thomas J. Leeper (",
				year,
				"). rio: A Swiss-army knife for data file I/O. ",
				vers, ".", sep=""))
