 	

citHeader("To cite package 'pvsR' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

citEntry(entry="Manual",
         title = "pvsR: An R package to interact with the Project Vote Smart API for scientific research",
         author = personList(as.person("Ulrich Matter")),
         year = year,
         note = vers,
	 url = "http://CRAN.R-project.org/package=pvsR",


         textVersion =
         paste("Ulrich Matter (", year, "). pvsR: An R package to interact with the Project Vote Smart API for scientific research. ", vers, "."," http://CRAN.R-project.org/package=pvsR", sep=""))

