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

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

bibentry(
  bibtype = "Manual",
  title   = "{contentValidity}: Content Validity Indices for Instrument Development",
  author  = person("Rashed", "Alqahtani"),
  year    = year,
  note    = note,
  url     = "https://github.com/Rafhq1403/contentValidity",
  textVersion = paste0(
    "Alqahtani, R. (", year,
    "). contentValidity: Content Validity Indices for Instrument Development. ",
    note, ". ",
    "https://github.com/Rafhq1403/contentValidity"
  )
)
