-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error: ! Failed to evaluate glue component #5670
Comments
Thanks for the report! Did this code used to work (also with |
Yes, it worked previously -- I auto-updated some packages (not sure which ones) and now it no longer works. |
Thanks that is helpful to know. I can reproduce this on my end, but can I ask you about the versions of R, ggplot2, scales and glue you're using anyway? |
|
I've tested a little bit and it all seems to work fine with glue 1.6.2 but not 1.7.0. I think the issue is as follows. ggplot2 throws a special error when facetting columns are absent, like for the |
@teunbrand Thank you for investigating! |
I started getting an error when using
glue
in ggplot as demonstrated below. The code runs successfully when thegeom_hline()
layer is commented out:gives
Error: ! Failed to evaluate glue component {tier}
.The stack trace:
The text was updated successfully, but these errors were encountered: