grambank / rgrambank

R package to access and analyse Grambank's CLDF data
Apache License 2.0
3 stars 1 forks source link

Fix make theo scores #36

Closed HedvigS closed 9 months ago

HedvigS commented 9 months ago

I found a bug earlier in make_theo_scores that I fixed (https://github.com/grambank/rgrambank/commit/8274069bd6df7ced77e216faad9d035df0a55e27 ). Given that, I also saw some other ways of improving on the function that'll eliminate warnings about NA coercion (filtering out ?) and there were changes that were necessary to the test as well.