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

citHeader("To  cite both the mctest related paper and the mctest package:")

bibentry(
  bibtype="Manual",
  title = "mctest: Multicollinearity Diagnostic Measures",
  author = c(person("Imdad Ullah", "Muhammad"), person("Aslam", "Muhammad")),
  year = year,
  note = note,
  url = "https://CRAN.R-project.org/package=mctest",
  textVersion = "Imdad Ullah, M. and Aslam, M. (2026). mctest: Multicollinearity Diagnostic Measures. R package version 1.3.2. <https://CRAN.R-project.org/package=mctest>")

bibentry(
  bibtype = "Article",
  title  = "mctest: An R Package for Deteection of Collinearity among Regressors",
  author = c(person("Imdadullah", "Muhammad"), person("Aslam", "Muhammad"), person("Altaf", "Saima")),
  journal= "The R Journal",
  year         = "2016",
  volume       = "8(2)",
  pages        = "495-505",
  url          = "https://journal.r-project.org/articles/RJ-2016-062/index.html",
  textVersion  = "Imdadullah, M., Aslam, M. and Altaf, S. (2016). mctest: An R Package for Deteection of Collinearity among Regressors. The R Journal, 8(2), Pages 495--505, <https://journal.r-project.org/articles/RJ-2016-062/index.html>.")

bibentry(
  bibtype = "Article",
  title  = "Some New Diagnostics of Multicollinearity in Linear Regression Model",
  author = c(person("Imdad Ullah", "Muhammad"), person("Aslam", "Muhammad"), person("Altaf", "Saima"), person("Munir", "Ahmed")),
  journal= "Sains Malaysiana",
  year    = "2019",
  volume       = "48(9)",
  pages        = "2051-2060",
  url          = "http://dx.doi.org/10.17576/jsm-2019-4809-26",
  textVersion  = "Imdad Ullah, M. Aslam, M., Altaf, S. and Ahmed, Munir, (2019). Some New Diagnostics of Multicollinearity in Linear Regression Model. Sains Malaysiana, 48(9),Pages 2051--2060, <http://dx.doi.org/10.17576/jsm-2019-4809-26>.")