You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compared running makeWAR() on the May data set to the MayProcessed data set and noticed that the delta.field and delta.pitch columns in the New MayProcessed data set differed from the original MayProcessed data set. They actually look transposed which you can see below. I did this using dplyr 0.5.0, but I first noticed it when testing makeWAR() after refactoring for dplyr 0.7.0 .
The original MayProcessed data set was added over 2 years ago, and there have been quite a few changes to makeWAR() since then. I imagine this happened when openWAR and dplyrized. I'm pretty sure it has to do with [Line 140].(https://github.com/beanumber/openWAR/blob/master/R/makeWAR.R#L140)
I bet its breaking a lot of packages in the R universe. Honestly, I don't think the tidyeval is all that tidy. It makes things a lot more convoluted, but I'm also just not used to it yet.
I think I found where the change could have occurred. The commit to close issue #92 might have done it. Which makes me believe that the NewMayProcessed above is actually correct, but I'm still not 100% on it.
I compared running
makeWAR()
on the May data set to the MayProcessed data set and noticed that thedelta.field
anddelta.pitch
columns in the New MayProcessed data set differed from the original MayProcessed data set. They actually look transposed which you can see below. I did this usingdplyr 0.5.0
, but I first noticed it when testingmakeWAR()
after refactoring fordplyr 0.7.0
.The original MayProcessed data set was added over 2 years ago, and there have been quite a few changes to
makeWAR()
since then. I imagine this happened whenopenWAR
and dplyrized. I'm pretty sure it has to do with [Line 140].(https://github.com/beanumber/openWAR/blob/master/R/makeWAR.R#L140)So I guess it boils down to which data set is correct? Is it the original MayProcessed data set?
The text was updated successfully, but these errors were encountered: