year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

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

citEntry(entry = "Misc",
         author = personList(
         as.person("Saiem Gilani"),
         as.person("Akshay Easwaran"),
         as.person("Jared Lee"),
         as.person("Eric Hess")
         ),
         title = "cfbfastR: The SportsDataverse's R Package for College Football Data.",
         url = c("https://cfbfastR.sportsdataverse.org/"),
         year = year,
         note = note,
         textVersion = paste(
    "Saiem Gilani and Akshay Easwaran and Jared Lee and Eric Hess. cfbfastR: The SportsDataverse's R Package for College Football Data.",
    "Retrieved from https://cfbfastR.sportsdataverse.org/"
  )
)
