binder-examples/dockerfile-r

Name: dockerfile-r

Owner: Binder Examples

Owner: Binder Examples

Description: Creating a Jupyter R kernel with a Dockerfile

Created: 2017-10-18 21:01:56.0

Updated: 2017-12-05 19:52:25.0

Pushed: 2017-11-03 04:00:33.0

Homepage:

Size: 186

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Specifying an R environment with a runtime.txt file

Jupyter+R: Binder

RStudio: Binder

Binder supports using R + RStudio, with libraries pinned to a specific snapshot on MRAN.

You need to have a runtime.txt file that is formatted like:

YYY>-<MM>-<DD>

where YYYY-MM-DD is a snapshot at MRAN that will be used for installing libraries.

You can also have an install.R file that will be executed during build, and can be used to install libraries.

Both RStudio and IRKernel are installed by default, so you can use either the Jupyter notebook interface or the RStudio interface.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.