Skip to content
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

Switch to using opensafely launch rstudio to provide codespaces rstudio #89

Open
bloodearnest opened this issue Feb 5, 2025 · 0 comments · May be fixed by #92
Open

Switch to using opensafely launch rstudio to provide codespaces rstudio #89

bloodearnest opened this issue Feb 5, 2025 · 0 comments · May be fixed by #92
Assignees

Comments

@bloodearnest
Copy link
Member

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.

@bloodearnest bloodearnest self-assigned this Feb 5, 2025
bloodearnest added a commit that referenced this issue Feb 6, 2025
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
@bloodearnest bloodearnest linked a pull request Feb 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant