-
Notifications
You must be signed in to change notification settings - Fork 37
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
Bold and italics not working with R 4.2.0. #83
Comments
While trying to download the development version of gridtext, I keep getting an error saying zero-exit status, and it does not get downloaded, any guidance regarding this? |
I got the same problem. Solved by removing the gridtext package and redownloading it. So basically:
then restart the R session, then
|
I was having errors regarding the version of Rtools, due to which the development version of gridtext was not getting installed. Just figured it out as well. |
Italics weren't showing up due to a breaking change in R 4.2.0. See wilkelab/ggtext#83.
Thanks! This fixed it for me. I also had the problem with RTools, you need to install version 4.2 from https://cran.r-project.org/bin/windows/Rtools/ and then |
Thanks, this fixed the issue for me. |
This is a known issue that has been fixed in gridtext: wilkelab/gridtext#24
I'll try to get a fixed gridtext onto CRAN as soon as possible. In the meantime, installing the development version of gridtext will fix the issue.
Leaving this issue open until gridtext is on CRAN.
The text was updated successfully, but these errors were encountered: