note <- sprintf("R package version %s", meta$Version)

citHeader("To cite the cfbfastR R package in publications, use:")

bibentry(
  bibtype   = "Article",
  author    = c(
    person("Saiem", "Gilani"),
    person("Akshay", "Easwaran"),
    person("Jared", "Lee"),
    person("Eric", "Hess")
  ),
  title     = "cfbfastR: Access College Football Play by Play Data",
  url       = "https://cfbfastR.sportsdataverse.org/",
  doi       = "10.32614/CRAN.package.cfbfastR",
  journal   = "CRAN: Contributed Packages",
  publisher = "The R Foundation",
  year      = 2021,
  note      = note,
  textVersion = paste(
    "Saiem Gilani and Akshay Easwaran and Jared Lee and Eric Hess (2021).",
    "cfbfastR: Access College Football Play by Play Data.",
    "Retrieved from https://cfbfastR.sportsdataverse.org/",
    "doi: 10.32614/CRAN.package.cfbfastR"
  )
)
