Type: Package Package: nflfastR Title: Functions to Efficiently Access NFL Play by Play Data Version: 5.2.0.9012 Authors@R: c( person("Sebastian", "Carl", , "mrcaseb@gmail.com", role = "aut"), person("Ben", "Baldwin", , "bbaldwin206@gmail.com", role = c("cre", "aut")), person("Lee", "Sharpe", role = "ctb"), person("Maksim", "Horowitz", , "maksim.horowitz@gmail.com", role = "ctb"), person("Ron", "Yurko", , "ryurko@stat.cmu.edu", role = "ctb"), person("Samuel", "Ventura", , "samventura22@gmail.com", role = "ctb"), person("Tan", "Ho", role = "ctb"), person("John", "Edwards", , "edwards1860@gmail.com", role = "ctb") ) Description: A set of functions to access National Football League play-by-play data from . License: MIT + file LICENSE URL: https://nflfastr.com/, https://github.com/nflverse/nflfastR BugReports: https://github.com/nflverse/nflfastR/issues Depends: R (>= 4.1.0) Imports: cli (>= 3.0.0), curl, data.table (>= 1.15.0), dplyr (>= 1.0.0), fastrmodels (>= 2.1.0), furrr, future, glue, janitor, lifecycle, mgcv, nflreadr (>= 1.2.0), progressr (>= 0.6.0), rlang (>= 0.4.7), stringr (>= 1.4.0), tibble (>= 3.0), tidyr (>= 1.0.0), xgboost (>= 1.1) Suggests: DBI, duckdb, gsisdecoder, nflseedR (>= 2.0.0), purrr (>= 0.3.0), rmarkdown, RSQLite, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: make libicu-dev libssl-dev Repository: https://nflverse.r-universe.dev Date/Publication: 2026-03-25 19:10:14 UTC RemoteUrl: https://github.com/nflverse/nflfastR RemoteRef: HEAD RemoteSha: 0489133d85c5f11682572d9436c4a7b371a789aa NeedsCompilation: no Packaged: 2026-06-19 07:47:53 UTC; root 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