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

year <- sub("-.*", "", utils::packageDate('ARDL'))
note <- paste("R package version", meta$Version)

citEntry(entry = "Manual",
    title   = "{ARDL}: ARDL, ECM and Bounds-Test for Cointegration",
    author  = personList(as.person("Kleanthis Natsiopoulos"),
                as.person("Nickolaos Tzeremes")),
    year    = "2021",
    note    = note,
    url     = "https://CRAN.R-project.org/package=ARDL",

  textVersion  =
  paste0("Kleanthis Natsiopoulos and Nickolaos Tzeremes 2021. " ,
        "ARDL: ARDL, ECM and Bounds-Test for Cointegration. ",
        note, ". ",
        "https://CRAN.R-project.org/package=ARDL"))