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

Issue with vec_order_radix() and matrix columns #1753

Closed
DavisVaughan opened this issue Dec 12, 2022 · 0 comments · Fixed by #1754
Closed

Issue with vec_order_radix() and matrix columns #1753

DavisVaughan opened this issue Dec 12, 2022 · 0 comments · Fixed by #1754
Labels
bug an unexpected problem or unintended behavior dplyr

Comments

@DavisVaughan
Copy link
Member

library(vctrs)

df <- data_frame(
  x = matrix(c(1, 1, 1, 3, 2, 2), ncol = 2),
  y = 3:1
)

vctrs:::vec_order_radix(df, direction = c("asc", "asc"))
#> Error: Internal error: `vec_order_expand_args()` should expand `decreasing` to have length 1 or length equal to the number of columns of `x` after calling `vec_proxy_order()`.

Showed up in dplyr revdep analysis of GauPro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior dplyr
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant