Releases: keberwein/mlbgameday
Releases · keberwein/mlbgameday
mlbgameday 0.2.0
mlbgameday 0.2.0
Enhancements
- Refactored
get_payload()
to deal with 2019 schema changes, making it compatible with prior years data.
Bug Fix
-
Added try/catch logic to reconcile columns that no loger exist in the
inning_all
data set. -
Added error-handling for bis_boxscore data set, which isn't available after 2018.
Data
- Updated gids, playerids, and umpireids through Spring Training 2019.
mlbgameday 0.1.2
mlbgameday 0.1.2
Enhancements
- Added a
data_automation
vignette.
Bug Fixes
- Fixed pitch count logic for the
pitch
table.
mlbgameday 0.1.1
Enhancements
-
Added overwrite argument to the
get_payload()
function. -
Enhanced the logic that ties action nodes to atbat nodes.
Bug Fixes
- Inconsistent column ordering in linescore dataset caused
dbWrite()
errors.