Describe the bug
R graphics engine version 14 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.
To Reproduce
Positive control: start a container with the latest release:
docker run -e PASSWORD=bioc -p 8787:8787 bioconductor/bioconductor_docker:RELEASE_3_13
theb run plot(1:10) in the console to generate a plot in the Plots tab.
However, this fails with devel:
docker run -e PASSWORD=bioc -p 8787:8787 bioconductor/bioconductor_docker:devel
plot(1:10) throws the warning above and produces the plot in Rplots.pdf instead than on screen.
Screenshots

Describe the bug
R graphics engine version 14 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.
To Reproduce
Positive control: start a container with the latest release:
theb run
plot(1:10)in the console to generate a plot in the Plots tab.However, this fails with devel:
plot(1:10)throws the warning above and produces the plot inRplots.pdfinstead than on screen.Screenshots