-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to interactively make ggplots #86
Comments
Also, the video recording of our last call is here. |
Hey @dgkeyes In all cases when I call theme_omni() i only get a blank square (inline or in the viewer). I just uploaded a video showing this as well. I know its weird behavior so it might help to see it with your own eyes. :-) One other thing I tried is adding library(ragg) to the packages and that didn't seem to make a difference. |
@dgkeyes , I uploaded a second video. Now if I switch global settings back to default, from AGG, on the backend graphics device, it works. I find this really puzzling but wanted you to see that. |
Ok, so just to summarize: With AGG set as the backend graphics device in RStudio:
With the default backend graphics device:
Is that all accurate? One other question: what version of RStudio do you have? If it's not the newest version, could you update it and let me know if that changes anything? |
Hey @dgkeyes, It wasn't that long ago that I downloaded fonts, but maybe they get removed at some point during some package downloads? Not sure. But I can double check that. I am using the current version of R studio. |
Can you try using a different font? Try doing |
Hey @dgkeyes I have tried it with Times New Roman and Arial, and in both cases it works interactively. With backend set to AGG if I try to make a figure with Calibri I got this message ONE time: When I knit, it shows all kinds of warnings about font family for all three of the fonts I tried (Calibri, Times New Roman, and Arial). Weird, huh? |
Ok, this is actually really helpful. It seems that R isn't finding the Calibri font, which explains why this isn't working. Try running this code:
That will show whether the
Please paste your output in the issue and we can go from there. |
I haven't done this yet but I bet it works. All the behavior was suggesting to me that the Calibri font got 'dropped' or uninstalled, perhaps as part of a cycle of package updates or something like that. I'll get back t o you ASAP. |
Video explanation of issue
@OskaratOmni can you please use the code below to make a new R Markdown document and let me know if this works? Here's a video explanation of a couple things to try as well.
The text was updated successfully, but these errors were encountered: