R Under development (unstable) (2026-03-11 r89605 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(fitzRoy) > > test_check("fitzRoy") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 88 | PASS 52 ] ══ Skipped tests (88) ══════════════════════════════════════════════════════════ • On CRAN (88): 'test-fetch-results.R:10:3', 'test-fetch-results.R:33:3', 'test-fetch-results.R:50:3', 'test-fetch-results.R:70:3', 'test-fetch-results.R:90:3', 'test-fetch-results.R:104:3', 'test-fetch-results.R:115:3', 'test-fetch-results.R:124:3', 'test-fetch-results.R:133:3', 'test-fetch-lineup.R:2:3', 'test-fetch-lineup.R:37:3', 'test-fetch-lineup.R:60:3', 'test-fetch-lineup.R:74:3', 'test-fetch-lineup.R:87:3', 'test-fetch-lineup.R:98:3', 'test-fetch-lineup.R:120:3', 'test-fetch-lineup.R:137:3', 'test-fetch-fixture.R:2:3', 'test-fetch-fixture.R:26:3', 'test-fetch-fixture.R:46:3', 'test-fetch-fixture.R:67:3', 'test-fetch-fixture.R:88:3', 'test-fetch-fixture.R:101:3', 'test-fetch-fixture.R:114:3', 'test-fetch-fixture.R:125:3', 'test-fetch-fixture.R:147:3', 'test-fetch-fixture.R:164:3', 'test-fetch-awards.R:2:3', 'test-fetch-awards.R:15:3', 'test-fetch-awards.R:28:3', 'test-fetch-awards.R:40:3', 'test-fetch-awards.R:51:3', 'test-fetch-awards.R:63:3', 'test-fetch-betting-odds.R:2:3', 'test-fetch-betting-odds.R:115:3', 'test-fetch-betting-odds.R:125:3', 'test-fetch-ladder.R:2:3', 'test-fetch-ladder.R:33:3', 'test-fetch-ladder.R:53:3', 'test-fetch-ladder.R:74:3', 'test-fetch-ladder.R:84:3', 'test-fetch-outofcontract.R:2:3', 'test-fetch-outofcontract.R:17:3', 'test-fetch-outofcontract.R:33:3', 'test-fetch-outofcontract.R:47:3', 'test-fetch-player-details.R:2:3', 'test-fetch-player-details.R:11:3', 'test-fetch-player-details.R:37:3', 'test-fetch-player-details.R:49:3', 'test-fetch-player-details.R:69:3', 'test-fetch-player-details.R:96:3', 'test-fetch-player-details.R:116:3', 'test-fetch-squiggle_data.R:2:3', 'test-fetch-squiggle_data.R:18:3', 'test-fetch-squiggle_data.R:57:3', 'test-fetch_supercoach_dreamteam.R:2:3', 'test-fetch_supercoach_dreamteam.R:17:3', 'test-fetch_supercoach_dreamteam.R:32:3', 'test-fetch_team_stats.R:2:3', 'test-fetch_team_stats.R:16:3', 'test-fetch_team_stats.R:28:3', 'test-fetch_team_stats.R:40:3', 'test-fetch_team_stats.R:51:3', 'test-helpers-footywire.R:3:3', 'test-helpers-footywire.R:14:3', 'test-coaches-votes.R:2:3', 'test-coaches-votes.R:17:3', 'test-helpers-afl.R:11:3', 'test-helpers-afl.R:21:3', 'test-helpers-afl.R:32:3', 'test-helpers-afl.R:42:3', 'test-helpers-afl.R:56:3', 'test-helpers-afltables-playerstats.R:2:3', 'test-helpers-afltables-playerstats.R:17:3', 'test-helpers-afltables-playerstats.R:27:3', 'test-helpers-afltables.R:19:3', 'test-helpers-general.R:2:3', 'test-helpers-general.R:14:3', 'test-helpers-general.R:27:3', 'test-helpers-general.R:44:3', 'test-helpers-general.R:69:3', 'test-team_colour_palettes.R:2:3', 'test-womens_stats.R:11:3', 'test-fetch-player-stats.R:14:3', 'test-fetch-player-stats.R:49:3', 'test-fetch-player-stats.R:80:3', 'test-fetch-player-stats.R:104:3', 'test-fetch-player-stats.R:127:3' [ FAIL 0 | WARN 0 | SKIP 88 | PASS 52 ] > > proc.time() user system elapsed 4.62 0.42 8.61