Re: [R] Shadow Graphics Error in R Studio

2023-01-26 Thread Thomas Subia via R-help
Brinkley,

I am using R studio with
R version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

I cannot reproduce your error messages.
That being said, you might want to look at:
 
https://github.com/rstudio/rstudio/issues/2214 
https://stackoverflow.com/questions/19513705/error-in-rstudiogd-shadow-graphics-device-error-r-error-4-r-code-execution

Hope this helps!

Thomas Subia

__
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.


Re: [R] Shadow Graphics Error in R Studio

2023-01-25 Thread Duncan Murdoch

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.


Re: [R] Shadow Graphics Error in R Studio

2023-01-25 Thread Jeff Newmiller
If the problem goes away in R but persists in RStudio, then most likely you 
will need to ask in a forum where RStudio experts hang out, like the RStudio 
community forum website.

On January 24, 2023 11:35:52 AM PST, 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?
>
>Every good wish,
>
>Brinkley Norton
>
>   [[alternative HTML version deleted]]
>
>__
>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.

-- 
Sent from my phone. Please excuse my brevity.

__
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.


[R] Shadow Graphics Error in R Studio

2023-01-25 Thread Brinkley Norton
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?

Every good wish,

Brinkley Norton

[[alternative HTML version deleted]]

__
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.