citHeader("To cite RTDE in publications use:")


year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "{RTDE}: Robust Tail Dependence Estimation",
         author = c(person("Dutang", "Christophe")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=RTDE")
