Skip to content

fomightez/rcomp_testenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RComp test env

Jupyter+R: Binder

RStudio: Binder

RShiny: Binder

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

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

r-<YYYY>-<MM>-<DD>

where YYYY-MM-DD is a snapshot at MRAN that will be used for installing libraries. In this line, you may also want/need to request an up-to-date version of R. You may do this by introducing the version between the 'r' and the year, as in r-3.6-2019-09-24.

You also need a Python notebook file such as this one.

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 repository also contains an example of a Shiny app.

Last, note that if your Binder URL points to a folder, as in

http://mybinder.org/v2/gh/binder-examples/r/master?urlpath=shiny/bus-dashboard/,

you will need (1) to put in the final slash in the URL, and (2) to avoid converted spaces-'%20'-in the URL, instead placing a hyphen.

Location of content

The code for content is available at this repository here. In an effort to streamline development, they have been moved there. Importantly, this means this core image doesn't need building often because it takes a long time to build.

Jupyter+R: Binder

RStudio: Binder

RShiny: Binder