-
Notifications
You must be signed in to change notification settings - Fork 367
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
Current RStudio version does not support R 4.1.0 graphics engine #1041
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Is it just a case of updating to the latest RStudio version? Or are there likely to be hidden problems if we do that? |
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? |
I have the same issue with RStudio v 1.3.1093 running on Debian Buster. A workaround is to call x11() first. |
This issue has been mentioned on Jupyter Community Forum. There might be relevant details there: https://discourse.jupyter.org/t/plots-are-not-showing-in-rstudio-using-binderhub/10297/5 |
Just a note that upgrading RStudio might not solve the problem because it may introduce a bug. Has anybody else been able to use RStudio 4.1 on a BinderHub successfully? I think there is a bug in the latest RStudio that I think makes it unable to work with JupyterHub: Unfortunately the RStudio team has put this bug on a 2022 milestone that has 1000 other issues, so I worry that this will not be fixed soon. |
@choldgraf Not sure if you mean this, but see bug #1077, where RStudio runs on R 4.1 |
This issue has been mentioned on Jupyter Community Forum. There might be relevant details there: |
Should be fixed by #1104 |
Unfortunately, the repository does not build at all anymore: Build logs
Maybe related: #1116 |
@fkohrt that issue is unrelated, but is fixed now! Should be deployed on mybinder.org soon. |
@yuvipanda And now it works, so it may have been solved by #1114. Whatever, just happy it builds! |
Bug 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
How to reproduce
R.version.string
(leadingR version 4.1.0 (2021-05-18)
)Your personal set up
Using
mybinder.org
.Related information
See also rstudio/rstudio#8383.
The text was updated successfully, but these errors were encountered: