You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lionel- can you take on this one? I'm not going to have time since I'm teaching Thursday and Friday.
The problem arises from the use of as_tibble() in three places. On the whole, I think the increased strictness of tibble is a good thing but it causes problems with some base R functions which 1d arrays like (like scale(), as in #2374). I think the simplest solution probably to switch to tibble::new_tibble(), but it requires a little thought. Any solution should include a PR that ensures this works:
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Nov 15, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugan unexpected problem or unintended behaviorlayers 📈
As it's breaking many revdeps so will likely have deleterious impact on user code
The text was updated successfully, but these errors were encountered: