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

Provide RStudio server as alternative to VS Code #41

Open
hturner opened this issue Jul 13, 2023 · 2 comments
Open

Provide RStudio server as alternative to VS Code #41

hturner opened this issue Jul 13, 2023 · 2 comments
Milestone

Comments

@hturner
Copy link
Member

hturner commented Jul 13, 2023

This is a big task, possibly meriting a fork of the container. Or can we even customise the options, so people can choose an IDE when launching the container?

Interesting to explore, but we should iron out the main workflows first.

@hturner hturner added this to the R Development Container v0.3 milestone Aug 22, 2023
@vkhodygo
Copy link

vkhodygo commented Oct 12, 2023

I second this, however, I'd like to get proper CLion support instead. Many people in academia get it for free, why not use it.
P.S. Hello, fellow RSE.

@StarTrooper08
Copy link
Collaborator

@hturner Now we can run r-studio on web using codespaces finally.
I've customize devcontainer to run r-server on web

You can checkout branch 'r-studio'
After tinkering around rocker project(r docker).
I found one way to run r-studio on web(actually 2 ways but other one is not working right now).

We can run codespaces on r-studio branch which will let up open r-studio in browser
image

After clicking on "open in browser"(bottom-right) we will get redirect to github codespaces webview and find login for r-studio

image
For now I've set user and password both as 'rstudio'(we can also directly open r-studio but for now I've kept it default).

After login we can see r-studio server
image

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

No branches or pull requests

3 participants