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

year =  sub("-.*", "", meta$Date)
vers = paste('R package version', meta$Version)

citEntry(entry = "manual",
  title = paste('pacotest:', meta$Title),
  author = person("Malte S.", "Kurz"),
  year = year,
  note = vers,
  url = meta$URL,
  textVersion = paste('Malte S. Kurz (', year, '). pacotest: ', meta$Title, '. ', vers, '.', sep = '')
)

citEntry(entry = "article",
  author = c(person("Malte S.", "Kurz"), person("Fabian", "Spanhel")),
  title = "Testing the simplifying assumption in high-dimensional vine copulas",
  volume = "16",
  journal = "Electronic Journal of Statistics",
  number = "2",
  publisher = "Institute of Mathematical Statistics and Bernoulli Society",
  pages = "5226--5276",
  year = "2022",
  textVersion = "Kurz, M. S. and F. Spanhel (2022), \"Testing the simplifying assumption in high-dimensional vine copulas\", Electronic Journal of Statistics 16 (2) 5226-5276."
)

citFooter("A BibTeX entry for LaTeX users can be obtained by calling: toBibtex(citation(\"pacotest\"))")
