Package: cfbfastR
Title: Functions to Access College Football Play by Play Data
Version: 1.6.4
Authors@R: 
    c(person(given = "Saiem",
             family = "Gilani",
             role = c("cre", "aut"),
             email = "saiem.gilani@gmail.com"),
      person(given = "Akshay",
             family = "Easwaran",
             role = "aut",
             email = "akeaswaran@me.com"),
      person(given = "Jared",
             family = "Lee",
             role = "aut",
             email = "13jaredlee@gmail.com"),
      person(given = "Eric",
             family = "Hess",
             role = "aut",
             email = "eric.hess.13@gmail.com"),
      person(given = "Michael",
             family = "Egle",
             role = "ctb",
             email = "mjegle@iastate.edu"),
      person(given = "Nate",
             family = "Manzo",
             role = "ctb",
             email = "natem67@gmail.com"),
      person(given = "Jason",
             family = "DeLoach",
             role = "ctb",
             email = "jdeloach5@gmail.com"),
      person(given = "Tej",
             family = "Seth",
             role = "ctb",
             email = "tejseth@umich.edu"),
      person(given = "Conor",
             family = "McQuiston",
             role = "ctb",
             email = "mcqconor@umich.edu"),
      person(given = "Tan",
             family = "Ho",
             role = "ctb",
             email = "tan@tanho.ca"),
      person(given = "Keegan",
             family = "Abdoo",
             role = "ctb",
             email = "kabdoo@draft.ly"),
      person(given = "Matt",
             family = "Spencer",
             role = "ctb",
             email = "maatspencer@gmail.com"),
      person(given = "Sebastian",
             family = "Carl",
             role = "ctb",
             email = "mrcaseb@gmail.com"))
Description: An R package for working with College Football Data. It is an
    R API wrapper around <https://collegefootballdata.com/> made available
    by the package development team. It provides users the capability to access a
    plethora of endpoints, and supplement that data with additional
    information (Expected Points Added/Win Probability added).
License: MIT + file LICENSE
URL: https://saiemgilani.github.io/cfbfastR/,
        https://github.com/saiemgilani/cfbfastR
BugReports: https://github.com/saiemgilani/cfbfastR/issues
Depends: R (>= 4.0.0)
Imports: cli (>= 3.0.0), dplyr, furrr, future, glue, httr, janitor,
        jsonlite, magrittr, mgcv (>= 1.8-33), nnet, progressr (>=
        0.6.0), purrr (>= 0.3.0), rlang, stringi, stringr (>= 1.3.0),
        tibble (>= 3.0), tidyr (>= 1.0.0), xgboost (>= 1.1)
Suggests: crayon (>= 1.3.4), curl, DBI, ggplot2, ggrepel, qs (>=
        0.25.1), rmarkdown, RSQLite, stats, testthat, usethis (>=
        1.6.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-10-26 17:22:52 UTC; saiem
Author: Saiem Gilani [cre, aut],
  Akshay Easwaran [aut],
  Jared Lee [aut],
  Eric Hess [aut],
  Michael Egle [ctb],
  Nate Manzo [ctb],
  Jason DeLoach [ctb],
  Tej Seth [ctb],
  Conor McQuiston [ctb],
  Tan Ho [ctb],
  Keegan Abdoo [ctb],
  Matt Spencer [ctb],
  Sebastian Carl [ctb]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-27 12:30:02 UTC
Built: R 4.0.2; ; 2021-10-28 10:53:52 UTC; unix
