bioconductor_docker icon indicating copy to clipboard operation
bioconductor_docker copied to clipboard

R graphics engine version 14 is not supported by this version of RStudio

Open lgatto opened this issue 3 years ago • 4 comments

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

2021-09-02-185853_1210x377_scrot

lgatto avatar Sep 02 '21 17:09 lgatto

See also this discussed on the Renkulab forum: https://renku.discourse.group/t/rstudio-version-too-old/393

lgatto avatar Sep 02 '21 17:09 lgatto

Was this addressed?

bschilder avatar Jan 04 '22 12:01 bschilder

Hi @lgatto and @bschilder No, i've not addressed this yet. It's an issue passed down from rocker/rstudio I belive.

nturaga avatar Jan 05 '22 15:01 nturaga

ah got it, thanks for clarifying @nturaga! I'll flag this with the rocker/rstudio team

bschilder avatar Jan 06 '22 15:01 bschilder