citHeader("To cite package 'guess' in publications use:")
     
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)
 
citEntry(entry="Manual",
		  title = "guess: Guessing Adjusted Estimates of Learning.",
		  author = personList(as.person("Gaurav Sood"), as.person("Ken Cor")),
		  year = year,
		  note = vers,
		  textVersion =
		  paste("Gaurav Sood (",
				year,
				"). guess: Guessing Adjusted Estimates of Learning.",
				vers, ".", sep=""))