Skip to content

fitzRoy 0.3.3

Choose a tag to compare

@jimmyday12 jimmyday12 released this 12 Jan 11:43

Breaking changes

  • Changed how round numbers are calculated for Footywire data sets (from calendar weeks to using round labels in the HTML) @cfranklin11

New features

  • Added AFL stats @fryzigg
  • Added team colours @fryzigg
  • Added AFLW stats @fryzigg
  • Added new function get_footywire_match_results to return results from recent games, in the case where afltables hasn't updated
  • Added new function get_afl_fixture to return fixture from afl.com.au
  • Added new function fetch_ladder_afl to return data function from AFL.com.au
  • Added new fetch_ladder generic function to return ladder data

Minor improvements and fixes

  • Fixed a bug with get_afl_fixture that was returning the wrong season if season was before 2012
  • Removes all instances of rvest::pluck in preparation for it being depreciated in rvest 1.0.0 see changelog, @hadley
  • Fixed get_footywire_betting_odds to handle duplicate date/venue combination in the 2020 season without raising error (#123, @cfranklin11)
  • Fixed round calculations for get_fixture to handle the compressed 2020 fixture (#125, #128, #132, @cfranklin11)