-
Notifications
You must be signed in to change notification settings - Fork 367
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
RStudio user interface not working for R 3.6 using runtime.txt #1145
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@yuvipanda Can you remember what errors you ran into with older versions of R? repo2docker/repo2docker/buildpacks/_r_base.py Lines 17 to 29 in 66f608e
The RStudio FAQ claims the latest version supports R 3.0.1 |
@manics and @yuvipanda Thanks for your input. Regarding the if statement - I found something mentioned on #1099. |
@ryanlovett do you remember why we split which versions of RStudio are available in different R versions? Thanks for working on this, @aplamada! |
@yuvipanda In the case of #1041, RStudio would still launch. For this issue, it'd be interesting to see the output of the rserver command when run manually. (perhaps simpervisor's start can be passed params to preserve stdout/stderr) |
Bug description
The project has just a
runtime.txt
with the contentHow to reproduce
$ jupyter-repo2docker --user-name jovyan --user-id 1000 .
Expected behaviour
RStudio should appear.
It works fine with r-4.1, or using conda.
Actual behaviour
I get an error.
Please see the logs
Click to expand!
Your personal set up
20.10.13, build a224086
2022.02.0
I think the problem is independent of OS or Docker version.
The text was updated successfully, but these errors were encountered: