citHeader("To cite tvReg in publications use:")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "tvReg: Time-Varying Coefficients Linear Regression for Single and Multi-Equations",
         author = c(person("Isabel", "Casas"),
                    person("Ruben", "Fernandez-Casal")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=tvReg")

bibentry(bibtype = "Article",
         title = "tvReg: Time-Varying Coefficients Linear Regression for Single and Multi-Equations in R",
         author = c(person("Isabel", "Casas"),
                    person("Ruben", "Fernandez-Casal")),
         journal = "The R Journal",
         year = 2022,
         doi = "10.32614/RJ-2022-002",
         url = "https://journal.r-project.org/articles/RJ-2022-002/")