Skip to content
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

applyExtFunction expects x, y and z #1065

Closed
vincentvanhees opened this issue Feb 26, 2024 · 0 comments · Fixed by #1066
Closed

applyExtFunction expects x, y and z #1065

vincentvanhees opened this issue Feb 26, 2024 · 0 comments · Fixed by #1066

Comments

@vincentvanhees
Copy link
Member

Function applyExtFunction expects object data with only x, y and z column, but with the recent changes in release 3.0-6 it is also given a timestamp column.

As we discussed it would be good to allow for providing time column, but it seems that the existing code cannot handle this.
Therefore, for the time being, I am going to insert data = data[, c("x", "y", "z")] to prevent problems when running external function such as step detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant