But it is not working the solution. When I try to run
x <- c(1,2,3)
y <- c(1,2,3)
plot(x,y)
It freezes forever.
I tried to run it changing the parametres at edit /preferences/general/graphics/backened. and change the default by Cairo, but when I try to plot(x,y), this is the error:
Error in RStudioGD() :
Shadow graphics device error: r error 4 (Error : C stack usage 7953880 is too close to the limit
)
In addition: There were 50 or more warnings (use warnings() to see the first 50)
I think it is something about the configuration parametres in R studio, but not idea.