Skip to content

fitzRoy 1.1.0

Choose a tag to compare

@jimmyday12 jimmyday12 released this 10 Jan 21:51

New features

  • Added new set of functions for fetching player details - fetch_player_details and associated helper functions fetch_player_details_afl, fetch_player_details_footywire and fetch_player_details_afltables will return the player details for a particular team and season

  • Added function fetch_coaches_votes to retrieve AFLCA coaches votes for any given match @jlholden26

  • Added function calculate_coaches_vote_possibilities to return all possible breakdowns of AFLCA coaches votes between two coaches @jlholden26

Minor improvements and fixes

  • Fixed an a bug in fetch_fixture_footywire for older versions of R #146

  • Fixed type mismatch in fetch_player_stats_afltables and handling blank seasons in fetch_ladder_afl (#149, @cfranklin11)

  • Updated error message in check_source which is used in various functions #147

  • Fixed issue with fetch_results_afltabeles caused by a readr update