-
Notifications
You must be signed in to change notification settings - Fork 66
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
We need to add permutations()
to the vctrs compatibility files
#323
Comments
This is related to #318, I think -- we've got a handful of things which should probably go into the vctrs files soon. |
We think that it's fine to treat permutations like bootstraps (and everything else) and not special-case it at all. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
We also do need to add
permutations()
to the vctrs compatibility files. I think it should just act like other rsets? In terms of binding rows/columns? Worth a little thought, though.Originally posted by @juliasilge in #321 (comment)
The text was updated successfully, but these errors were encountered: