utoronto-2i2c / jupyterhub-deploy

Demo JupyterHub deployment for University of Toronto
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Pin R to 4.0 #107

Closed yuvipanda closed 2 years ago

yuvipanda commented 2 years ago

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 https://github.com/jupyterhub/jupyter-rsession-proxy/issues/97