Type: Package
Package: nflfastR
Title: Functions to Efficiently Access NFL Play by Play Data
Version: 4.6.0
Authors@R: 
    c(person(given = "Sebastian",
             family = "Carl",
             role = "aut",
             email = "mrcaseb@gmail.com"),
      person(given = "Ben",
             family = "Baldwin",
             role = c("cre", "aut"),
             email = "bbaldwin206@gmail.com"),
      person(given = "Lee",
             family = "Sharpe",
             role = "ctb"),
      person(given = "Maksim",
             family = "Horowitz",
             role = "ctb",
             email = "maksim.horowitz@gmail.com"),
      person(given = "Ron",
             family = "Yurko",
             role = "ctb",
             email = "ryurko@stat.cmu.edu"),
      person(given = "Samuel",
             family = "Ventura",
             role = "ctb",
             email = "samventura22@gmail.com"),
      person(given = "Tan",
             family = "Ho",
             role = "ctb"),
      person(given = "John",
             family = "Edwards",
             role = "ctb",
             email = "edwards1860@gmail.com"))
Description: A set of functions to access National Football
    League play-by-play data from <https://www.nfl.com/>.
License: MIT + file LICENSE
URL: https://www.nflfastr.com/, https://github.com/nflverse/nflfastR
BugReports: https://github.com/nflverse/nflfastR/issues
Depends: R (>= 3.6.0)
Imports: cli (>= 3.0.0), curl, data.table (>= 1.14.0), dplyr (>=
        1.0.0), fastrmodels (>= 1.0.1), furrr, future, glue, janitor,
        mgcv, nflreadr (>= 1.2.0), progressr (>= 0.6.0), rlang (>=
        0.4.7), stringr (>= 1.3.0), tibble (>= 3.0), tidyr (>= 1.0.0),
        tidyselect (>= 1.1.0), xgboost (>= 1.1)
Suggests: crayon (>= 1.3.4), DBI, DT, gsisdecoder, httr, jsonlite,
        lifecycle (>= 0.2.0), nflseedR (>= 1.0.2), purrr (>= 0.3.0), qs
        (>= 0.25.1), rmarkdown, RSQLite, testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-10-13 17:41:21 UTC; S.Carl
Author: Sebastian Carl [aut],
  Ben Baldwin [cre, aut],
  Lee Sharpe [ctb],
  Maksim Horowitz [ctb],
  Ron Yurko [ctb],
  Samuel Ventura [ctb],
  Tan Ho [ctb],
  John Edwards [ctb]
Maintainer: Ben Baldwin <bbaldwin206@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-20 15:30:07 UTC
