-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_glatos_detections
coerces to data.table
#200
Comments
Tests for |
This is not the desired behavior; was introduced in v0.8.0.9000 as an unintended consequences of changes to as_glatos_detections and as_glatos_receivers. Fix will be pushed momentarily. Thanks @mhpob for the very helpful poke. |
…ns and read_glatos_receivers; fix #200
That's the "style" GH Action that was added with the R CMD check. Takes code and adds spacing, etc. for a consistent style. It can be turned off by deleting the file at .github/workflows/style.yml |
Just looked -- the stylr action happens after your original commit with a separate commit and so shouldn't affect the original. No idea why git thought you changed everything. |
Tests for
read_glatos_detections
currently fail as the "correct" objects (data(walleye_detections)
anddata(lamprey_detections)
) are of the class glatos_detections/data.frame, while importing a csv viaread_glatos_detections
returns a glatos_detections/data.table/data.frame regardless of input (data.frame, data.table, tibble).Considering other functions attempt to conserve input class, is this the desired behavior?
The text was updated successfully, but these errors were encountered: