Ben Baumer
Ben Baumer
Did you try `omegahat/Sxslt`? @duncantl updated this a few days ago and then it compiled for me.
Not sure if this is still relevant. @gjm112 can you check and then close?
Indeed these are still present: ``` > library(openWARData) > MLBAM2013 %>% filter(startOuts == 3) pitcherId batterId field_teamId ab_num inning half balls strikes endOuts event 1 541640 136860 136 38 4...
Hmm...OK, thanks. Can you identify a particular day in 2012, or better yet, a particular game in which the problem arises? That would be helpful in debugging.
Hmm...thanks for contributing this @ballparkfigures . Both @gjm112 and @beanumber are struggling to find time under these circumstances, but we will look into this. We appreciate your interest in this...
@gjm112 can you handle this? It looks simple enough but I don't have time to test it right now.
It's possible that the API has changed. Can you get data from games for any other day?
The [offending line](https://github.com/beanumber/openWAR/blob/master/R/getModels.R#L152) ``` mod.bat = lm(delta.bat ~ as.factor(batterPos), data = data[, c("delta.bat", "batterPos")]) ``` Could we make an option to have this as a null model and then add...
OK, thanks, I will take a look. The `dplyr` update broke all of my other packages too!
It looks like the file is now just called `boxscore.xml`. * Does it contain the same information as `bis_boxscore.html`? * Have they renamed the old files?