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

Start RStudio when conda environment contains R packages #837

Closed
xhochy opened this issue Jan 29, 2020 · 1 comment · Fixed by #838
Closed

Start RStudio when conda environment contains R packages #837

xhochy opened this issue Jan 29, 2020 · 1 comment · Fixed by #838

Comments

@xhochy
Copy link
Contributor

xhochy commented Jan 29, 2020

Proposed change

If the user provides an environment.yml file that contains an R package, we should also start RStudio via jupyter_server_proxy. For the start, we could determine the usage of R by checking if any of the dependencies in the environment.yml contains an r- prefix.

Who would use this feature?

This would be used by people that install their R packages via conda as well as could it be an alternative to MRAN to get pinned versions for R packages.

How much effort will adding it take?

This needs a bit of refactoring to expose the install commands for RStudio separately from the RBuildPack. Otherwise, the work will be limited to testing the setup.

Who can do this work?

I happy to implement this incl. an example for binder.

@betatim
Copy link
Member

betatim commented Jan 30, 2020

This is super cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants