Current RStudio version does not support R 4.1.0 graphics engine
See original GitHub issueBug description
RStudio v1.2.5001 does not support the R graphics engine v14 that comes with R v4.1.0 (“Camp Pontanezen”) (see release notes).
Expected behaviour
No warning message.
Actual behaviour
Warning message:
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.
How to reproduce
- (source repo)
- Enter
R.version.string
(leadingR version 4.1.0 (2021-05-18)
) - Get warning message
Your personal set up
Using mybinder.org
.
Related information
See also rstudio/rstudio#8383.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Warning message: R graphics engine version 14 is not ...
I am using RStudio server and from yesterday I am getting this warning message " R graphics engine version 14 is not supported...
Read more >Issue with Graphics Engine Post R & RStudio Update
Today I updated both R and RStudio. I am now running R Studio version 1.2.5042, and the 4.1.1 version of R. However, there...
Read more >R graphics engine version 14 is not supported by this version ...
I got the following error after upgrading R to the latest version R graphics engine version 14 is not supported by this version...
Read more >After upgrade to R 410, some PKGs don't work anymore in ...
Hi Community,. All my PKGS were working OK in latest Rstudio 1.4.1103 /Linux, until I upgraded yesterday to R V 4.1.0. :frowning:.
Read more >RStudio Release Notes
RStudio now displays a splash screen on startup, while the R session is being ... is checked and the user has not requested...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be fixed by https://github.com/jupyterhub/repo2docker/pull/1104
I don’t know enough about the various ways in which people use repo2docker and RStudio and how much they depend on specific versions of RStudio installed. But in general I’d say it would be best to keep the versions of R and RStudio roughly in sync (see also “Older Versions of RStudio”). So a backwards compatible way might be to install different versions of RStudio depending on the requested version of R?