matthewfeickert / R-in-Jupyter-with-Binder

Example of how to use R in Jupyter notebooks and make compatible with Binder
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Add Binder support #2

Closed matthewfeickert closed 6 years ago

matthewfeickert commented 6 years ago

As outlined in https://github.com/binder-examples/r, have Binder use the snapshot of MRAN from the date given in runtime.txt and then install the packages that are given in install.R. In this case the tidyverse is installed to give a user who is exploring some freedom with the packages they choose.