RStudio is not showing the generated plots in the plot pane anymore. Instead they open in a separate file with the name "Quartz". Here\'s my session info.:
Try running this:
dev.off()
Check if it works:
plot(rnorm(50), rnorm(50))