https://github.com/fomightez/dockerfile-rstudio
to test building from a dockerfile presently
https://github.com/fomightez/dockerfile-rstudio
Last synced: 4 months ago
JSON representation
to test building from a dockerfile presently
- Host: GitHub
- URL: https://github.com/fomightez/dockerfile-rstudio
- Owner: fomightez
- Created: 2018-07-26T14:05:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T15:22:11.000Z (almost 7 years ago)
- Last Synced: 2024-12-28T13:25:50.313Z (5 months ago)
- Language: R
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://mybinder.org/v2/gh/fomightez/dockerfile-rstudio/master)
# RStudio in Binder using a Dockerfile
copy from original to test building from a dockerfile presently[](http://mybinder.org/v2/gh/fomightez/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*