CRAN Package Check Results for Package nflseedR

Last updated on 2026-07-11 00:51:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.2 9.07 82.47 91.54 OK
r-devel-linux-x86_64-debian-gcc 2.0.2 5.85 58.00 63.85 OK
r-devel-linux-x86_64-fedora-clang 2.0.2 16.00 122.97 138.97 OK
r-devel-linux-x86_64-fedora-gcc 2.0.2 15.00 113.65 128.65 OK
r-devel-windows-x86_64 2.0.2 11.00 93.00 104.00 OK
r-patched-linux-x86_64 2.0.2 9.62 69.36 78.98 OK
r-release-linux-x86_64 2.0.2 8.16 70.44 78.60 OK
r-release-macos-arm64 2.0.2 2.00 20.00 22.00 OK
r-release-macos-x86_64 2.0.2 6.00 82.00 88.00 OK
r-release-windows-x86_64 2.0.2 11.00 91.00 102.00 OK
r-oldrel-macos-arm64 2.0.1 3.00 17.00 20.00 OK
r-oldrel-macos-x86_64 2.0.2 6.00 90.00 96.00 OK
r-oldrel-windows-x86_64 2.0.2 14.00 111.00 125.00 ERROR

Check Details

Version: 2.0.2
Check: tests
Result: ERROR Running 'testthat.R' [16s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(nflseedR) > > test_check("nflseedR") i 23:05:40 | Start simulation of 4 seasons in 1 chunk with a chunk size of 4. i 23:05:46 | DONE! Saving _problems/test-standings-6.R [ FAIL 1 | WARN 10 | SKIP 6 | PASS 14 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-simulations.R:1:1', 'test-utils.R:7:3' • nrow(g) > 0 is not TRUE (3): 'test-ranks_seeds_draftorder.R:5:3', 'test-ranks_seeds_draftorder.R:21:3', 'test-ranks_seeds_draftorder.R:38:3' • packageVersion("dplyr") < "1.1.1" is not TRUE (1): 'test-simulate_nfl.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-standings.R:5:3'): standings works ───────────────────────────── Error in `standings_validate_games(games)`: The `games` argument has to be a table including one of the identifiers "sim" or "season" as well as all of the following variables: "game_type", "week", "away_team", "home_team", and "result"! Backtrace: ▆ 1. ├─data.table::setDF(...) at test-standings.R:5:3 2. └─nflseedR::nfl_standings(g, ranks = "DRAFT", verbosity = "NONE") 3. └─nflseedR:::standings_validate_games(games) 4. └─cli::cli_abort("The {.arg games} argument has to be a table including one of the \\\n identifiers {.val sim} or {.val season} as well as \\\n all of the following variables: {.val {required_vars}}!") 5. └─rlang::abort(...) [ FAIL 1 | WARN 10 | SKIP 6 | PASS 14 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64