elishayer / mRchmadness

NCAA men's basketball data scraping and bracketology R package
18 stars 10 forks source link

prob.source = 'kenpom' throws error for 2018 #22

Closed beamandrew closed 6 years ago

beamandrew commented 6 years ago

This is error when I try to use kenpom as my prob source:

Error in sim.bracket.source(prob.source = prob.source, league = league,  : 
  No predictions from source for above teams. Is year correct?

Did you have a chance to push his predictions for 2018?

saberpowers commented 6 years ago

Oops! This is because I neglected to update the kenpom data after updating the package with the outcome of the two first-round games yesterday. Will fix!

saberpowers commented 6 years ago

Fixed now!

beamandrew commented 6 years ago

Thanks!