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

desc <- packageDescription("ccgarch")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
vers <- paste("R package version", desc$Version, ". The paper is available from the package maintainer <naktom2@gmail.com>.")

citEntry(
 entry="Manual",
 title= "ccgarch: An R Package for Modelling Multivariate GARCH Models with
         Conditional Correlations",
 author = personList(as.person("Tomoaki Nakatani")),
 year = year,
 note = vers,
 textVersion=" "
)
