citHeader("To cite the mcqAnalysis package in publications, please use:")

year <- format(Sys.Date(), "%Y")
note <- sprintf("R package version %s", meta$Version)

bibentry(
  bibtype = "Manual",
  title   = "{mcqAnalysis}: Classical Test Theory Item Analysis for Multiple-Choice Tests",
  author  = person("Rashed", "Alqahtani"),
  year    = year,
  note    = note,
  url     = "https://github.com/Rafhq1403/mcqAnalysis",
  textVersion = paste0(
    "Alqahtani, R. (", year,
    "). mcqAnalysis: Classical Test Theory Item Analysis for Multiple-Choice Tests. ",
    note, ". ",
    "https://github.com/Rafhq1403/mcqAnalysis"
  )
)
