R Under development (unstable) (2025-08-28 r88733 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(cfbfastR) > > test_check("cfbfastR") [ FAIL 0 | WARN 0 | SKIP 63 | PASS 0 ] ══ Skipped tests (63) ══════════════════════════════════════════════════════════ • On CRAN (63): 'test-cfbd_betting_lines.R:5:3', 'test-cfbd_calendar.R:8:3', 'test-cfbd_coaches.R:9:3', 'test-cfbd_conferences.R:6:3', 'test-cfbd_draft_picks.R:14:3', 'test-cfbd_draft_positions.R:8:3', 'test-cfbd_draft_teams.R:8:3', 'test-cfbd_drives.R:13:3', 'test-cfbd_game_box_advanced.R:23:3', 'test-cfbd_game_info.R:38:3', 'test-cfbd_game_media.R:11:3', 'test-cfbd_game_player_stats.R:4:3', 'test-cfbd_game_records.R:16:3', 'test-cfbd_game_team_stats.R:42:3', 'test-cfbd_game_weather.R:29:3', 'test-cfbd_live_plays.R:101:3', 'test-cfbd_live_scoreboard.R:50:3', 'test-cfbd_metrics_fg_ep.R:4:3', 'test-cfbd_metrics_ppa_games.R:11:3', 'test-cfbd_metrics_ppa_players_games.R:9:3', 'test-cfbd_metrics_ppa_players_season.R:14:3', 'test-cfbd_metrics_ppa_predicted.R:6:3', 'test-cfbd_metrics_wepa_players_kicking.R:14:3', 'test-cfbd_metrics_wepa_players_passing.R:15:3', 'test-cfbd_metrics_wepa_players_rushing.R:15:3', 'test-cfbd_metrics_wepa_team_season.R:33:3', 'test-cfbd_metrics_wp.R:10:3', 'test-cfbd_metrics_wp_pregame.R:8:3', 'test-cfbd_pbp_data.R:2:3', 'test-cfbd_pbp_data.R:24:3', 'test-cfbd_play_stats_player.R:23:3', 'test-cfbd_play_stats_types.R:6:3', 'test-cfbd_play_types.R:6:3', 'test-cfbd_player_info.R:10:3', 'test-cfbd_player_returning.R:11:3', 'test-cfbd_player_usage.R:10:3', 'test-cfbd_rankings.R:10:3', 'test-cfbd_ratings_elo.R:4:3', 'test-cfbd_ratings_fpi.R:19:3', 'test-cfbd_ratings_sp.R:15:3', 'test-cfbd_ratings_sp_conf.R:14:3', 'test-cfbd_ratings_srs.R:5:3', 'test-cfbd_recruiting_player.R:12:3', 'test-cfbd_recruiting_position.R:8:3', 'test-cfbd_recruiting_team.R:5:3', 'test-cfbd_recruiting_transfer_portal.R:9:3', 'test-cfbd_stats_categories.R:6:3', 'test-cfbd_stats_game_advanced.R:30:3', 'test-cfbd_stats_season_advanced.R:41:3', 'test-cfbd_stats_season_player.R:22:3', 'test-cfbd_stats_season_team.R:24:3', 'test-cfbd_team_info.R:11:3', 'test-cfbd_team_matchup_records.R:6:3', 'test-cfbd_team_roster.R:9:3', 'test-cfbd_team_talent.R:5:3', 'test-cfbd_venues.R:8:3', 'test-espn_cfb_calendar.R:3:3', 'test-espn_cfb_player_stats.R:3:3', 'test-espn_cfb_schedule.R:3:3', 'test-espn_cfb_scoreboard.R:3:3', 'test-espn_cfb_team_stats.R:3:3', 'test-espn_metrics_wp.R:9:3', 'test-espn_ratings_fpi.R:3:3' [ FAIL 0 | WARN 0 | SKIP 63 | PASS 0 ] > > > proc.time() user system elapsed 2.92 0.43 3.40