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