-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unicode errors on GH actions Ubuntu-latest (devel) #150
Comments
I'm pretty sure these are from the pdf device in the devel branch - can you point me to the CI log? |
Sorry for not coming back to this. Do you still see the issue with the latest R devel? |
FYI, it's super easy to reproduce using R 4.4.0 and it is unrelated to Opening R in a terminal without external graphic device (thus the PDF device): library(ggplot2)
ggplot() + geom_blank() + labs(title = "\u221E") Or directly using library(grid)
grid.newpage()
grid.text("\u221E", x = 0.5, y = 0.5) |
Thanks for the reprex @mcanouil |
@thomasp85 Do you think, it is worth reporting upstream? (https://bugs.r-project.org/) |
AFAIR, they are aware of this |
I thought so, the weird part is that this issue was there before 4.4.0 but R CMD Check only fails for 4.4.0. |
Hmm... @pmur002 do you know the state of this bug? |
I believe the rationale is this: trying to draw UNICODE text that does not |
I am getting the following error when running CI on an R package:
I don't know if this is something ragg should handle, but the offending vignette includes
The text was updated successfully, but these errors were encountered: