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

citEntry(entry = "Misc",
         title = "bruceR: Broadly Useful Convenient and Efficient R Functions",
        author = personList(as.person("Han-Wu-Shuang Bao")),
          year = 2021,
           url = "https://CRAN.R-project.org/package=bruceR",
   textVersion =
   paste("Bao, H.-W.-S. (2021).",
         "bruceR: Broadly useful convenient and efficient R functions.",
         "R package version 0.x.x.",
         "https://CRAN.R-project.org/package=bruceR")
)