-
Notifications
You must be signed in to change notification settings - Fork 184
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
Newer RStudio version is needed for R 4.1.0 #163
Comments
yeah, good question! Typically we've always had Note that it should be not too hard to upgrade an existing container anyway. e.g.
should do it. But for this case, I'm tempted to jump the gun like you say and just roll up to |
Yep. Tricky as being sticky with releases (generally) wins, unless it doesn't as in this case with its small binary (graphics) API change snuck in with R 4.1.0. Maybe time to break the rules for once. But hey lucky me doesn't own any Dockerfiles with (I am also minorly confused by their lingo between releases, previews and nightlies. FWIW my box is now at 1.5.46 for server and desktop.) |
yeah, hopefully I can find if someone can test if this also resolves the issue on ARM-based macs (as suggested in the release notes). I'm not quite up-to-speed on what the graphics device changes in question are in 4.1.0, seemed like minor cairo stuff in the R release notes? But having |
Speaking of "broken on a popular platform", this Reddit note from RStudio motivated me to report this issue in the first place. It says:
The note also mentions that
which gives some hope that our limbo state (can't run stable RStudio and stable R simultaneously) will be resolved, uh, pretty soon. |
Yes. I forgot the details but I think it is a Paul Murrell-driven very internal bit which, sadly, requires rebuilds of packages using graphics. Johannes reminded us too on r-sig-debian. AFAIK affects packages implementing devices, so it may hit |
From #164, GitHubActions will automatically write the RStudio version in the Dockerfile of
|
Done, new version is now available. |
Note: All version information cited here is as of 2021-05-23.
I am wondering about the version of RStudio needed for R 4.1.0. It appears to me that the rocker build for 4.1.0 is using the
latest
version of RStudio which is 1.4.1106.However, the RStudio site says the
preview
version, 1.4.1714, adds support for the R 4.1.0 graphics engine; hence, I wonder if that version (or higher) is appropriate.Latest RStudio Server version: https://www.rstudio.com/products/rstudio/download-server/debian-ubuntu/
Preview version: https://www.rstudio.com/products/rstudio/download/preview/ - with "Support for the upcoming R 4.1.0 release"
The text was updated successfully, but these errors were encountered: