Package: cfbseedR
Title: Simulate and Evaluate College Football Seasons
Version: 0.2.0
Authors@R: c(
    person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("cre", "aut", "cph"),
           comment = c(ORCID = "0000-0002-7194-9067")),
    person("Sebastian", "Carl", , "mrcaseb@gmail.com", role = "aut",
           comment = "Author of nflseedR, from which cfbseedR is adapted"),
    person("Lee", "Sharpe", role = "aut",
           comment = "Author of nflseedR, from which cfbseedR is adapted")
  )
Description: Simulate college football seasons and compute standings,
    conference ranks, conference champions, and College Football Playoff
    (CFP) seeds. Implements the official season-scoped championship-game
    tiebreaker procedure of each Football Bowl Subdivision (FBS)
    conference and the CFP's season-keyed automatic-qualifier policies,
    including the 2026 formats. Seasons are simulated week by week with a
    pluggable results generator, and external tiebreaker inputs such as
    committee rankings or analytics composites can be supplied. Adapts
    the approach of the 'nflseedR' package by Sebastian Carl and Lee
    Sharpe to college football semantics.
License: MIT + file LICENSE
URL: https://cfbseedR.sportsdataverse.org,
        https://github.com/sportsdataverse/cfbseedR
BugReports: https://github.com/sportsdataverse/cfbseedR/issues
Depends: R (>= 4.1.0)
Imports: cli, dplyr (>= 1.1.0), furrr, future, progressr, purrr, rlang,
        stats, tibble, tidyr, utils
Suggests: cfbfastR, gt (>= 0.9.0), knitr, rmarkdown, scales (>= 1.2.0),
        testthat (>= 3.0.0)
Encoding: UTF-8
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
LazyData: true
NeedsCompilation: no
Packaged: 2026-08-27 11:12:56 UTC; saiem
Author: Saiem Gilani [cre, aut, cph] (ORCID:
    <https://orcid.org/0000-0002-7194-9067>),
  Sebastian Carl [aut] (Author of nflseedR, from which cfbseedR is
    adapted),
  Lee Sharpe [aut] (Author of nflseedR, from which cfbseedR is adapted)
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-09 14:50:11 UTC
