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
I was using glue to create a new vector with class glue in a nested tibble, and then using unnest on the resulting tibble. It used to work, but since upgrading to tidyr 1.0.0 I started getting an error
Error: Only bare vectors have shapes.
Call `rlang::last_error()` to see a backtrace
I confirmed that I get the same error with tidyr 1.0.0 as with 1.0.0.9000. I can very easily move away from glue for this particular problem, but seeing as it used to work thought I'd file an issue. Simple reprex reproduces the problem
I was using
glue
to create a new vector with classglue
in a nested tibble, and then usingunnest
on the resulting tibble. It used to work, but since upgrading totidyr
1.0.0 I started getting an errorI confirmed that I get the same error with tidyr 1.0.0 as with 1.0.0.9000. I can very easily move away from
glue
for this particular problem, but seeing as it used to work thought I'd file an issue. Simple reprex reproduces the problemCreated on 2019-10-07 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: