Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binder-examples/dockerfile-rstudio
Using RStudio with Binder with a custom Dockerfile
https://github.com/binder-examples/dockerfile-rstudio
binder binder-ready
Last synced: 3 months ago
JSON representation
Using RStudio with Binder with a custom Dockerfile
- Host: GitHub
- URL: https://github.com/binder-examples/dockerfile-rstudio
- Owner: binder-examples
- Created: 2017-10-19T22:35:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T05:02:07.000Z (over 6 years ago)
- Last Synced: 2024-05-21T02:53:45.866Z (6 months ago)
- Topics: binder, binder-ready
- Language: R
- Homepage:
- Size: 86.9 KB
- Stars: 43
- Watchers: 8
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RStudio in Binder using a Dockerfile
[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/v2/gh/binder-examples/dockerfile-rstudio/master)
***NOTE**: RStudio/R support is now supported natively in Binder. See the
[R example repository](https://github.com/binder-examples/r) for how to
create an RStudio session using `runtime.txt`.*This is a proof-of-concept to deploy a Binder that exposes the
RStudio UI instead of a Jupyter Notebook. It also installs
several packages from the tidyverse, and includes a demo
script to show off functionality.To start your RStudio session, click on "new" in the top right,
and at the bottom will be `RStudio Session`.
Click that and your RStudio session will begin momentarily!See `instructions.ipynb` for more details.
*Special thanks to Ryan Lovett (@ryanlovett) for figuring out
RStudio support with JupyterHub*