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 = "unpublished",
  author = c(person("Malte S.", "Kurz"), person("Fabian", "Spanhel")),
  title = "Testing the simplifying assumption in high-dimensional vine copulas",
  note = "ArXiv e-prints https://arxiv.org/abs/1706.02338",
  year = "2017",
  textVersion = "Kurz, M. S. and F. Spanhel (2017), \"Testing the simplifying assumption in high-dimensional vine copulas\", ArXiv e-prints https://arxiv.org/abs/1706.02338."
)

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