Package: nflseedR Title: Functions to Efficiently Simulate and Evaluate NFL Seasons Version: 2.0.2.9000 Authors@R: c( person("Sebastian", "Carl", , "mrcaseb@gmail.com", role = c("cre", "aut", "cph")), person("Lee", "Sharpe", role = c("aut")) ) Description: A set of functions to simulate National Football League seasons including the sophisticated tie-breaking procedures. License: MIT + file LICENSE URL: https://nflseedr.com, https://github.com/nflverse/nflseedR BugReports: https://github.com/nflverse/nflseedR/issues Depends: R (>= 4.1.0) Imports: cli, data.table, dplyr, furrr, future, gsubfn, lifecycle, nflreadr (>= 1.1.3), progressr, purrr, rlang, tibble, tidyr Suggests: gt (>= 0.9.0), knitr, nflplotR (>= 1.2.0), rmarkdown, scales, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://nflverse.r-universe.dev Date/Publication: 2026-04-29 14:01:27 UTC RemoteUrl: https://github.com/nflverse/nflseedR RemoteRef: HEAD RemoteSha: 209477db28155f57b8a725b2118c006114eb3cd5 NeedsCompilation: no Packaged: 2026-05-29 08:54:31 UTC; root Author: Sebastian Carl [cre, aut, cph], Lee Sharpe [aut] Maintainer: Sebastian Carl