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