Closed chfleming closed 6 years ago
The bug was caused by a change in column types.
Previously i_can_see_data
is read as character, now it's read as logical. It could be newer version of data.table
changed behavior, or movebank data is more consistent so there is no need to bump column type from logical to character(so it can cover the more irregular input like "", "none" etc).
I have fixed the problem, updated the package and hosted app. I also specified the column type to avoid similar problem appear again in future.
It's reported the direct import of movebank data has some problem too. I found the previous update of importing multiple files changed a function behavior, and the direct import need to be updated to be compatible.
It has now been fixed.
This is forwarded from an email: