R Under development (unstable) (2025-12-16 r89184 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > library(testthat) > library(nhlscraper) > > test_check('nhlscraper') [ FAIL 0 | WARN 0 | SKIP 70 | PASS 0 ] ══ Skipped tests (70) ══════════════════════════════════════════════════════════ • On CRAN (70): 'test-boxscore.R:2:3', 'test-boxscore.R:8:3', 'test-bracket.R:2:3', 'test-bracket.R:8:3', 'test-draft_rankings.R:2:3', 'test-draft_rankings.R:8:3', 'test-game_odds.R:2:3', 'test-game_odds.R:8:3', 'test-game_rosters.R:2:3', 'test-game_rosters.R:8:3', 'test-gc_pbp.R:2:3', 'test-gc_pbp.R:8:3', 'test-gc_summary.R:2:3', 'test-gc_summary.R:8:3', 'test-goalie_game_report.R:2:3', 'test-goalie_game_report.R:8:3', 'test-goalie_leaders.R:2:3', 'test-goalie_leaders.R:8:3', 'test-goalie_season_report.R:2:3', 'test-goalie_season_report.R:8:3', 'test-location.R:2:3', 'test-location.R:8:3', 'test-player_game_log.R:3:3', 'test-player_game_log.R:10:3', 'test-player_seasons.R:2:3', 'test-player_seasons.R:8:3', 'test-player_summary.R:2:3', 'test-player_summary.R:8:3', 'test-replay.R:2:3', 'test-replay.R:8:3', 'test-roster.R:2:3', 'test-roster.R:8:3', 'test-roster_stats.R:2:3', 'test-roster_stats.R:8:3', 'test-schedule.R:2:3', 'test-schedule.R:8:3', 'test-scores.R:2:3', 'test-scores.R:8:3', 'test-series_schedule.R:2:3', 'test-series_schedule.R:8:3', 'test-shifts.R:2:3', 'test-shifts.R:8:3', 'test-skater_game_report.R:2:3', 'test-skater_game_report.R:8:3', 'test-skater_leaders.R:2:3', 'test-skater_leaders.R:8:3', 'test-skater_season_report.R:2:3', 'test-skater_season_report.R:8:3', 'test-standings.R:2:3', 'test-standings.R:8:3', 'test-team_game_report.R:2:3', 'test-team_game_report.R:8:3', 'test-team_month_schedule.R:2:3', 'test-team_month_schedule.R:9:3', 'test-team_prospects.R:2:3', 'test-team_prospects.R:7:3', 'test-team_season_report.R:2:3', 'test-team_season_report.R:8:3', 'test-team_season_schedule.R:2:3', 'test-team_season_schedule.R:8:3', 'test-team_seasons.R:2:3', 'test-team_seasons.R:8:3', 'test-team_week_schedule.R:3:3', 'test-team_week_schedule.R:11:5', 'test-tv_schedule.R:2:3', 'test-tv_schedule.R:8:3', 'test-wsc_pbp.R:2:3', 'test-wsc_pbp.R:8:3', 'test-wsc_summary.R:2:3', 'test-wsc_summary.R:8:3' [ FAIL 0 | WARN 0 | SKIP 70 | PASS 0 ] > > proc.time() user system elapsed 3.00 0.29 3.37