citHeader("To cite the ARDL package in publications:")

note <- paste("R package version", meta$Version)

bibentry(bibtype = "article",
    title   = "ARDL bounds test for cointegration: Replicating the Pesaran et al. (2001) results for the UK earnings equation using R",
    journal = "Journal of Applied Econometrics",
    volume  = {37},
    number  = {5},
    pages   = "1079--1090",
    doi     = "10.1002/jae.2919",
    url     = "https://onlinelibrary.wiley.com/doi/abs/10.1002/jae.2919",
    keywords = "ARDL, bounds test, cointegration, earnings equation, R",
    author  = c(as.person("Kleanthis Natsiopoulos"),
                as.person("Nickolaos G. Tzeremes")),
    year    = "2022",
    textVersion  =
        paste0("Natsiopoulos, Kleanthis, and Tzeremes, Nickolaos G. (2022). " ,
            "ARDL bounds test for cointegration: Replicating the Pesaran et al. (2001) results for the UK earnings equation using R. Journal of Applied Econometrics, 37(5), 1079-1090. https://doi.org/10.1002/jae.2919"),
    header = "Use this reference to refer to the validity of the ARDL package."
)

bibentry(bibtype = "Manual",
    title   = "{ARDL}: ARDL, ECM and Bounds-Test for Cointegration",
    author  = c(as.person("Kleanthis Natsiopoulos"),
                as.person("Nickolaos Tzeremes")),
    year    = "2023",
    note    = note,
    url     = "https://CRAN.R-project.org/package=ARDL",
    textVersion  =
        paste0("Kleanthis Natsiopoulos and Nickolaos Tzeremes (2023). " ,
            "ARDL: ARDL, ECM and Bounds-Test for Cointegration. ",
            note, ". ",
            "https://CRAN.R-project.org/package=ARDL"),
    header = "Use this reference to cite this specific version of the ARDL package."
)
