-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve support non-base types #2432
Comments
Should be implemented in vctrs. |
We're trying to build a package for "tidy" functional data analysis which definines new data types for function-valued data and are not sure how to proceed since Can anyone offer some advice on how to design classes for new data types so that they work with current (and future) versions of dplyr? |
Looks like we still need to wrap our heads around how this will be supported consistently in future dplyr versions. The vctrs repo contains some pointers, but nothing production-ready yet, and no clean write-up as far as I remember. |
@krlmlr |
@fabian-s: Sure, if the interface or the behavior is too complicated and not obvious from the docs, this qualifies as a bug ;-) |
I am currently experiencing a problem with I can't tell from the series of issues I've clicked through if this precise problem has been raised before - but it's a current problem, and I would definitely call this a bug. |
@tomwwagstaff: Can you please double-check with the development version of dplyr? I assume you'll be seeing an error, because we don't support the |
Now that
|
We’re planning to integrate in 0.9.0. We do not have a specific timeline. |
Pretty sure this is now taken care of by |
Yeah, we can close this one now. |
This is a meta issue related for all bind/grouped-mutate/join/filter issues related to custom S3 + S4 classes
left_join()
withbit64
columns translatesNA
incorrectly #3210)See also r-lib/vctrs#27
The text was updated successfully, but these errors were encountered: