Hi,
plots are not showing up in the 'plots' area
I tried
Tools->Global Options->Rmarkdown
In "Show output preview in" select "Viewer Pane"
Uncheck the box "Show output inline for all R Markdown documents"
Also, tried
dev.off()
print(plot(1)) # Basically use print command once
But, did not work
I run
capabilities()
grSoftVersion()
Could you please help me on this issue?
Thanks