You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This includes detecting which version of the r image a project is
using, and launching the correct version.
The R autocompletion in vscode editor is still based on the dev
container version of R, which is the v1.
This frees us from needing to use Rocker as a base image to get
rstudio, but changing that is a later task.
Fixes#89
This will allow us to support r:v1 or r:v2 for the builtin rstudio support.
There's some work that's being done to get opensafley cli ready for this task:
opensafely-core/opensafely-cli#301
opensafely-core/opensafely-cli#302
And also, supporting allowing the user to install arbitrary packages for non-action work:
opensafely-core/r-docker#176
All of these should allow us to replace the current rstudio invocation.
The text was updated successfully, but these errors were encountered: