You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.pdf
instead than on screen.Screenshots
The text was updated successfully, but these errors were encountered: