#desc = packageDescription("mcmcse")
year = sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers = paste("R package version", meta$Version)
citHeader("'mcmcse' is a package that provides tools for computing Monte Carlo standard errors.\n\nThis version of 'mcmcse' is currently licensed under the GNU Public License, v2 or later.\n\nIf you are using 'mcmcse' for research that will be published, we request that you acknowledge this with the following citation:\n\n")
citEntry(entry = "Manual",
         title = "mcmcse: Monte Carlo Standard Errors for MCMC",
         author = personList(as.person("James M. Flegal"),
                             as.person("John Hughes"),
                             as.person("Dootika Vats"),
                             as.person("Ning Dai"),
                             as.person("Kushagra Gupta"),
                             as.person("Uttiya Maji")),
         year = year,
         address = "Riverside, CA, and Kanpur, India",
         note = vers,
         textVersion =
         paste("James M. Flegal, John Hughes, Dootika Vats, Ning Dai, Kushagra Gupta, and Uttiya Maji. (",
               year,
               "). mcmcse: Monte Carlo Standard Errors for MCMC. ",
               vers, ". Riverside, CA, and Kanpur, India.", sep = ""))
