On 24/01/2023 2:35 p.m., Brinkley Norton wrote:
Good afternoon!
I'm new to R Studio and am encountering a plotting issue. I'm currently using
version 4.2.2 on a Mac OSX. RStudio has been deleted and re-downloaded (as per
the help pages) yet I am still encountering the same error. The plot works in R
but not in R Studio. Here is the code:
----------------------------------------
Input:
plot(mtcars)
Output:
Error in RStudioGD() : Shadow graphics device error: r error 4 (Error : C
stack usage 7969600 is too close to the limit)
----------------------------------------
Is there a way to correct this issue?
You'll need to ask the RStudio people; this list is for R. I think the
right place to go is community.rstudio.com (but that will eventually
change; the company has renamed itself to "Posit").
Duncan Murdoch
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.