Skip to content

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

Description

@lgatto

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions