R Studio suddenly won't load any plots. I've tried reinstalling packages, R studio, R Cran, Restarting my laptop. Nothing works. It just loads infinitely without any error message.
Welcome to the forum.
Does this mean if you do something like
plot(x, y)
or
ggplot ( mydata, aes(x, y)) + geom_point()
you simply get a processing signal?
We probably should see some code and sample data. See this FAQ