Skip to content
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

Open
clauswilke opened this issue Apr 26, 2022 · 5 comments
Open

Bold and italics not working with R 4.2.0. #83

clauswilke opened this issue Apr 26, 2022 · 5 comments

Comments

@clauswilke
Copy link
Collaborator

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.

@AritriSanyal
Copy link

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?

@tommywht
Copy link

tommywht commented May 6, 2022

I got the same problem. Solved by removing the gridtext package and redownloading it. So basically:

remove.packages("gridtext")

then restart the R session, then

remotes::install_github("wilkelab/gridtext")

@AritriSanyal
Copy link

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.
Thanks!

kelly-sovacool added a commit to SchlossLab/schtools that referenced this issue May 23, 2022
Italics weren't showing up due to a breaking change in R 4.2.0.
See wilkelab/ggtext#83.
@MaxandreJ
Copy link

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 remotes::install_github("wilkelab/gridtext") works.

@nicocriscuolo
Copy link

nicocriscuolo commented Jun 28, 2023

I got the same problem. Solved by removing the gridtext package and redownloading it. So basically:

remove.packages("gridtext")

then restart the R session, then

remotes::install_github("wilkelab/gridtext")

Thanks, this fixed the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants