Plot rendering error in Rstudio Cloud

I was trying to get the color scheme right in a map using spplot, but after a few iterations with different shading vectors, Rstudio cloud won't plot anymore. Not even a singleton like, "plot(1)".

The error message when I try to plot anything is,

"Error in file(file, "wb") : cannot open the connection
In addition: Warning message:
In file(file, "wb") :
cannot open file '/home/rstudio-user/.rstudio/sessions/active/session-c4eb8ac4/graphics-r3/072b9357-6fb5-4247-99a4-1a77f669e854.snapshot': No space left on device
Graphics error: Plot rendering error"

Has anyone else encountered this issue before? Everything else works like normal, it's just plotting that is down for me right now.

try restarting your R session with ctrl+shift+F10

I've never run into this exact glitch, but my first response to anything wonky is to restart my R session. note that this will, of course, dump memory. So save to file anything you want to keep.

2 Likes

Splendid! That was the ticket, all back to normal now. Many thanks!