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

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

citEntry(entry="Manual",
         title = "bipd: Bayesian Individual Patient Data Meta-Analysis using 'JAGS'",
         author = c(person("Michael", "Seo")),
         year = year,
         note = vers,
		 url = "https://CRAN.R-project.org/package=bipd",

         textVersion =
         paste("Michael Seo (",
               year,
               "). bipd: Bayesian Individual Patient Data Meta-Analysis using 'JAGS'. ",
               vers, ". ", 
			   "https://CRAN.R-project.org/package=bipd.", sep=""))