-
Notifications
You must be signed in to change notification settings - Fork 310
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
Error in 'vec_rbind()': can't combine <double> and <character> #470
Comments
ditto for
Running 1.0.8 in R 4.2.1 on MacOS 12.6.1. I'm still on ggplot2 3.3.6 though. |
The vignette example works without the use of
instead of
I'm not sufficiently familiar with ggpattern to understand why it was used in the first place, but its usage led to the columns' classes being
In other words, a conversation of the columns to character class. Trying to combine the results with the original, un-interpolated dataframe (where |
@linzi-sg Thanks for the code tweak! I've updated the I'm keeping the issue open for now since I'm not sure if this is still considered a bug in |
Fixed now with the latest tweenr dev version. However, I would argue that removing the In any case, both works again now |
The
{ggpattern}
{gganimate}
vignette example no longer worksI suspect perhaps some subtle side effect from {ggplot2} v3.4.0 switching to {vctrs}?
{ggpattern}
visual tests pass after updating{ggplot2}
, the only time we see an error is when trying to use{gganimate}
...The text was updated successfully, but these errors were encountered: