Package: ffsimulator
Title: Simulate Fantasy Football Seasons
Version: 1.2.2
Authors@R: 
    person(given = "Tan",
           family = "Ho",
           role = c("aut", "cre", "cph"),
           email = "tan@tanho.ca",
           comment = c(ORCID = "0000-0001-8388-5155"))
Description: Uses bootstrap resampling to run fantasy football season
    simulations supported by historical rankings and 'nflfastR' data,
    calculating optimal lineups, and returning aggregated results.
License: MIT + file LICENSE
URL: https://ffsimulator.ffverse.com,
        https://github.com/ffverse/ffsimulator
BugReports: https://github.com/ffverse/ffsimulator/issues
Depends: R (>= 3.5.0)
Imports: checkmate (>= 2.0.0), cli (>= 3.0.0), data.table (>= 1.14.0),
        ffscrapr (>= 1.4.6), glue (>= 1.3.0), magrittr (>= 1.0.0),
        nflreadr (>= 1.2.0), Rglpk (>= 0.6.0), rlang (>= 0.4.0),
        tidytable (>= 0.6.4)
Suggests: covr (>= 3.0.0), ggplot2 (>= 3.0.0), ggridges (>= 0.5.0),
        knitr (>= 1.0), progressr (>= 0.8.0), rmarkdown (>= 2.6),
        scales (>= 1.0.0), testthat (>= 3.0.0), vdiffr (>= 1.0.2)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-10-16 17:39:22 UTC; Tan
Author: Tan Ho [aut, cre, cph] (<https://orcid.org/0000-0001-8388-5155>)
Maintainer: Tan Ho <tan@tanho.ca>
Repository: CRAN
Date/Publication: 2022-10-19 09:15:08 UTC
