Skip to content

ffscrapr 1.4.4

Compare
Choose a tag to compare
@tanho63 tanho63 released this 20 Jul 17:54
6f61f4a

ffscrapr v1.4.4 patches some bugs, extends a new helper for removing html tags, extends features to support a new package (ffsimulator) and cuts over to a new GitHub org and website domain.

Minor changes

  • mfl_getendpoint() and similar get_endpoint functions have an improved print method that tells you whether the request was successful.
  • Added errorhandling for ESPN methods of ff_starters(), ff_transactions(), ff_rosters(), espn_potentialpoints(), ff_draft(). Fixes #297, thanks for the report @jpiburn!
  • Added message to warn if memoise is turned off, onAttach.
  • ff_transactions() now correctly handles leagues using waiver priority, fixes #299 - thanks for the report @BarkovMVP!
  • ff_league() for Sleeper now identifies best ball leagues, fixes #300
  • ff_scoring() for MFL now has a points_type column that is either "each" or "once" - this helps delineate fantasy points awarded for meeting thresholds/bonuses from points awarded per-stat, fixes #301
  • ff_scoringhistory() for MFL applies the new ff_scoring() points_type column to calculate scoring history. This should result in more sensible results for leagues with bonus scoring! Fixes #301.
  • Add more mismatch names (Michael -> Mike Vick, Chris Wells -> Beanie Wells)
  • Add dp_clean_html() to clean html from names (cough MFL cough)
  • ff_starter_positions() now handles a "range" inside of the total_starters column for MFL, resolves #304
  • Cutover to ffverse.com domain and github organization