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
Thanks for the issue! This seems worth looking into, and I think stricter checks on column types/attributes will be warranted here soon. I'm taking some time away at the moment, but will spend some time with this and continue discussion here sooner than later.🙂
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.
The problem
The returned tibble from
tidy()
returns matrix columns unnecessarily.Reproducible example
Created on 2022-02-16 by the reprex package (v2.0.1)
If you agree that the columns would be better returned is simple vectors as opposed to
nX1
matrices, I can submit a pull request to update.Thank you!
The text was updated successfully, but these errors were encountered: