Releases: sportsdataverse/cfbfastR
Release list
cfbfastR 2.0.0
Breaking Changes to Loading Functions
- All
load_cfb_*()functions now usesportsdataverse-datareleases or the CollegeFootballData.com API as their underlying data source to remain in compliance with CFBD API terms and conditions (See Note below). - Updated
load_cfb_pbp()dataset to include various team- and game-level ID's and flags that were not being included, likehome_team_id,away_team_id,season_type,venue_id, somedrive_*columns, a half-dozen player stat columns, etc. Essentially, all the leg-work users have undoubtedly had to do while using these datasets is mostly just included now. The downside: this means end users need to check their pipelines which build off these datasets to ensure behavior is as expected and all your joins are doing what is intended.
Now upgraded to the CFBD v2 API
Special thanks are in order for our newest contributor, Brad Hill (@bradisbrad) for providing most of the v2 upgrade via his first PR to cfbfastR!! 🙌🏽 👑 🥇 Your contributions are most appreciated by the community.
Note: The free-tier API key for the CFBD v2 API has a strict 1k calls/month limit, so plan your workflows accordingly! If you receive errors mentioning r Request failed [429], you have most likely run out of API calls for the month in your membership tier.
-
Added all new
cfbd_*()functions accommodated by the new College Football Data API v2. This includes the following functions:- Added
cfbd_metrics_fg_ep()function to access the new field goal expected points added metric from the API. - Added
cfbd_metrics_wepa_team_season()function to access the new opponent adjusted team season predicted points added metric from the API. - Added
cfbd_metrics_wepa_players_passing()function to access the new opponent adjusted players passing predicted points added metric from the API. - Added
cfbd_metrics_wepa_players_rushing()function to access the new opponent adjusted players rushing predicted points added metric from the API. - Added
cfbd_metrics_wepa_players_kicking()function to access the new Points Added Above Replacement (PAAR) ratings for kickers from the API. - Added
cfbd_ratings_fpi()function to access the new FPI ratings from the API. - Added
cfbd_live_scoreboard()function to access live scoreboard data from the API. - Added
cfbd_live_plays()function to access live play-by-play data from the API. - Added
cfbd_api_key_info()function to get information about your API key, including your Patreon level and usage limits.
- Added
-
Minor changes to the existing
cfbd_*()functions under the hood to accommodate the new API v2 structure. Please see below for a list of all updated functions:- Updated
cfbd_betting_lines()function - Updated
cfbd_coaches()function - Updated
cfbd_conferences()function - Updated
cfbd_drives()function - Updated
cfbd_calendar()function - Updated
cfbd_game_box_advanced()function - Updated
cfbd_game_info()function - Updated
cfbd_game_media()function - Updated
cfbd_game_player_stats()function - Updated
cfbd_game_records()function - Updated
cfbd_game_team_stats()function - Updated
cfbd_metrics_ppa_games()function - Updated
cfbd_metrics_ppa_players_games()function - Updated
cfbd_metrics_ppa_players_season()function - Updated
cfbd_metrics_ppa_predicted()function - Updated
cfbd_metrics_ppa_teams()function - Updated
cfbd_metrics_wp()function - Updated
cfbd_metrics_wp_pregame()function - Updated
cfbd_pbp_data()function - Updated
cfbd_play_stats_player()function - Updated
cfbd_play_stats_types()function - Updated
cfbd_play_types()function - Updated
cfbd_plays()function - Updated
cfbd_player_info()function - Updated
cfbd_player_returning()function - Updated
cfbd_player_usage()function - Updated
cfbd_rankings()function - Updated
cfbd_ratings_sp()function - Updated
cfbd_ratings_sp_conference()function - Updated
cfbd_ratings_srs()function - Updated
cfbd_recruiting_player()function - Updated
cfbd_recruiting_position()function - Updated
cfbd_recruiting_team()function - Updated
cfbd_stats_categories()function - Updated
cfbd_stats_game_advanced()function - Updated
cfbd_stats_season_advanced()function - Updated
cfbd_stats_season_player()function - Updated
cfbd_stats_season_team()function - Updated
cfbd_team_info()function - Updated
cfbd_team_matchup()function - Updated
cfbd_team_matchup_records()function - Updated
cfbd_team_roster()function - Updated
cfbd_team_talent()function - Updated
cfbd_venues()function
- Updated
-
Fixed the following functions and/or documentation:
- Documentation
cfbd_team_info()addressing #97 - Ensuring
cfbd_stats_game_advanced()returns an empty data frame when there are no results - Documentation
cfbd_game_team_stats()updated to reflect all parameter requirement scenarios. - Fixed
athlete_idparametercfbd_player_usage()so that it works as users would expect. There was an API query-parameter mismatch - Fixed `athl...
- Documentation
cfbfastR 1.9.0
Added functions to access ESPN API:
espn_cfb_calendar()espn_cfb_schedule()- Added EPA and WPA processing to
espn_cfb_pbp() espn_cfb_team_stats()
Added functions to pull data from the data repo:
- Removes
furrr,futuredependencies, addsRcpp,RcppParallel, andpurrrdependencies
cfbfastR 1.6.4: CRAN Release
cfbfastR is on CRAN
- Changed options to revert to old options on exit of function.
- Removed check_github functions.
cfbfastR 1.5.2
- Remove verbose parameter
cfbfastR v1.5.1
Minor release
- Removed calculated columns from
cfbd_stats_season_team()that were not behaving correctly - Fixed bug where
only_fbsinput incfbd_team_info()was ignored. It is now possible to get the team info for all the colleges in the API instead of only FBS schools. - Removed default year from
cfbd_metrics_ppa_teams.cfbd_metrics_ppa_teamsandcfbd_metrics_ppa_players_seasonnow require one ofteamoryearto be specified
cfbfastR v1.5.0
Added espn_cfb_scoreboard()
Added espn_cfb_pbp()
cfbfastR 1.4.0
cfbfastR 1.3.3
Hotfix cfbd_game_player_stats()
example of function usage
x <- cfbfastR::cfbd_game_player_stats(year=2020, week = 3)
dplyr::glimpse(x)
Should return a 32 column, 1740 row tibble
cfbfastR 1.3.1
Added three NFL draft functions:
cfbd_draft_teams()- Get list of NFL teamscfbd_draft_positions()- Get list of NFL positions for mapping to collegiatecfbd_draft_picks()- Get list of NFL Draft picks
cfbfastR 1.3.0
Added three NFL draft functions:
cfbd_draft_teams()- Get list of NFL teamscfbd_draft_positions()- Get list of NFL positions for mapping to collegiatecfbd_draft_picks()- Get list of NFL Draft picks
cfbfastR 1.2.1
v1.2.1
Minor release
-
Added headshot_url to outputs of
cfbd_team_rosters -
Renamed returns in
cfbd_game_advanced():rushing_line_yd_avgto pluralrushing_line_yds_avgrushing_second_lvl_yd_avgto pluralrushing_second_lvl_yds_avgrushing_open_field_yd_avgto pluralrushing_open_field_yds_avg
-
Completed documentation for all returns except
cfbd_pbp_data() -
Continued work on intro vignette
v1.2.0-1
Add significant documentation to the package
-
Added mini-vignettes pertaining to CFB Data functionality:
ESPN/CFBD metrics function variable return standardization
- Change
idvariable toteam_idinespn_ratings_fpi() - Changed
espn_game_idvariable togame_idinespn_metrics_wp(), corrected theaway_win_percentagecalculation and addedtie_percentageto the returns. - Change
idvariable toathlete_idincfbd_metrics_ppa_players_season()
v1.1.0
Add loading from Data Repository functionality
- Added
load_cfb_pbp()andupdate_cfb_db()functions. Pretty much cherry-picking thenflfastRmethodology of loading data from thecfbfastR-datarepository.
Add support for parallel processing and progress updates
- Added
furrr,future, andprogressrdependencies to the package to allow for parallel processing of the play-by-play data with progress updates if desired.
v1.0.0
Function Naming Convention Change
-
All functions sourced from the College Football Data API will start with
cfbd_as opposed tocfb_(as in cfbscrapR). One additionalcfbd_function has been added that corresponds to the result whencfbd_pbp_data()has the parameterepa_wpa=FALSE. It has now been separated into its own function for claritycfbd_plays(). The parameter and functionality still exists incfbd_pbp_data()but we expect this function will still exist but made obsolete in favor of a function more closely matchingnflfastR's naming conventions. -
Similarly, data and metrics sourced from ESPN will begin with
espn_as opposed tocfb_. In particular, the two functions are nowespn_ratings_fpi()andespn_metrics_wp() -
Data generated from any of the
cfbfastRmethods will usecfb_
College Football Data API Keys
The CollegeFootballData API now requires an API key, here's a quick run-down:
-
To get an API key, follow the directions here: College Football Data Key Registration.
-
Using the key: You can save the key for consistent usage by adding
CFBD_API_KEY=XXXX-YOUR-API-KEY-HERE-XXXXXto your .REnviron file (easily accessed viausethis::edit_r_environ()). Runusethis::edit_r_environ()and THEN paste the following in the new script that pops up (without quotations)
CFBD_API_KEY = XXXX-YOUR-API-KEY-HERE-XXXXX- For less consistent usage: At the beginning of every session or within an R environment, save your API key as the environment variable
CFBD_API_KEY(with quotations) using a command like the following.
Sys.setenv(CFBD_API_KEY = "XXXX-YOUR-API-KEY-HERE-XXXXX")
- Added API Key methods. If you forget to set your environment variable, functions will give you a warning and ask for one.
v1.2.0 Documentation is all
Add significant documentation to the package
-
Added mini-vignettes pertaining to CFB Data functionality:
ESPN/CFBD metrics function variable return standardization
- Change
idvariable toteam_idinespn_ratings_fpi() - Changed
espn_game_idvariable togame_idinespn_metrics_wp(), corrected theaway_win_percentagecalculation and addedtie_percentageto the returns. - Change
idvariable toathlete_idincfbd_metrics_ppa_players_season()