year <- 2026
vers <- "R package version 1.0.0"

citHeader("To cite the 'smfa' package in publications please use:")

bibentry(
   bibtype = "Manual",
   title = "smfa: Stochastic Metafrontier Analysis.",
   author = c(person("Sulman Olieko", "Owili",
              comment = c(ORCID = "0000-0001-7401-5326"))),
   year = year,
   note = vers,
   url = "https://github.com/SulmanOlieko/smfa",
   textVersion = paste(
      "Owili SO. (",
      year,
      "). smfa: Stochastic Metafrontier Analysis. ",
      vers,
      ".",
      sep = ""
   )
)

citFooter(paste("See also", sQuote("citation()"), "for citing R.", sep = " "))

