The version of RStudio we were deploying is too old for
R 4.1's graphics engine, causing this error:
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.`
So we pin R to 4.0 until we can resolve that. The underlying
issue is tracked in jupyterhub/jupyter-rsession-proxy#97
Solution
We tried to address this in the following PRs:
Problem
I can still see the R, RStudio version incompatibility warning and the newer R version 👀
