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