Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lgatto opened this issue Sep 2, 2021 · 4 comments
Open
Assignees

Comments

@lgatto
Copy link

lgatto commented Sep 2, 2021

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
Copy link
Author

lgatto commented Sep 2, 2021

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

@bschilder
Copy link

Was this addressed?

@nturaga
Copy link
Collaborator

nturaga commented Jan 5, 2022

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

@bschilder
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants