binder-examples / R

Licence: bsd-3-clause
Using R with Jupyter / RStudio on Binder

Projects that are alternatives of or similar to R

Quickviz
Visualize a pandas dataframe in a few clicks
Stars: ✭ 18 (-86.76%)
Mutual labels:  jupyter-notebook, binder
Praatscripts
These are praat scripts I use in my research, implemented in parselmouth for python for use in binder
Stars: ✭ 40 (-70.59%)
Mutual labels:  jupyter-notebook, binder
Csc deeplearning
3-day dive into deep learning at csc
Stars: ✭ 22 (-83.82%)
Mutual labels:  jupyter-notebook, binder
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (+50%)
Mutual labels:  jupyter-notebook, binder
Helm Chart
A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
Stars: ✭ 123 (-9.56%)
Mutual labels:  jupyter-notebook, binder
Geopandas Tutorial
Tutorial on geospatial data manipulation with Python
Stars: ✭ 306 (+125%)
Mutual labels:  jupyter-notebook, binder
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+614.71%)
Mutual labels:  jupyter-notebook, binder
Jupyter Server Proxy
Jupyter notebook server extension to proxy web services.
Stars: ✭ 153 (+12.5%)
Mutual labels:  jupyter-notebook, binder
Dl Workshop
Master gradient-based machine learning. Also secretly a JAX course in disguise!
Stars: ✭ 103 (-24.26%)
Mutual labels:  jupyter-notebook, binder
Repo2docker Action
GitHub Action for repo2docker
Stars: ✭ 88 (-35.29%)
Mutual labels:  jupyter-notebook, binder
Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+38.97%)
Mutual labels:  jupyter-notebook, binder
Ipycytoscape
A Cytoscape Jupyter widget
Stars: ✭ 128 (-5.88%)
Mutual labels:  jupyter-notebook, binder
California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (+38.24%)
Mutual labels:  jupyter-notebook, binder
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+208.09%)
Mutual labels:  jupyter-notebook, binder
Binderhub
Run your code in the cloud, with technology so advanced, it feels like magic!
Stars: ✭ 2,050 (+1407.35%)
Mutual labels:  jupyter-notebook, binder
Osmnx Examples
Usage examples, demos, and tutorials for OSMnx.
Stars: ✭ 863 (+534.56%)
Mutual labels:  jupyter-notebook, binder
Jupyter Rise
Auto-launching the RISE plugin for Binder presentations.
Stars: ✭ 58 (-57.35%)
Mutual labels:  jupyter-notebook, binder
Python Audio
Some Jupyter notebooks about audio signal processing with Python
Stars: ✭ 125 (-8.09%)
Mutual labels:  jupyter-notebook, binder
Nb2xls
Convert Jupyter notebook to Excel spreadsheet
Stars: ✭ 129 (-5.15%)
Mutual labels:  jupyter-notebook, binder
Google refexp toolbox
The toolbox for the Google Refexp dataset proposed in this paper: http://arxiv.org/abs/1511.02283
Stars: ✭ 135 (-0.74%)
Mutual labels:  jupyter-notebook

Specifying an R environment with a runtime.txt file

Jupyter+R: Binder

RStudio: Binder

RShiny: Binder

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

Note: We recommend to follow r-conda instead. Especially if you want to use a specific version of R or need faster build times.

Note: Another alternative is to use the holepunch package for R.

Requirements and suggestions

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 can request a specific version of R. To do this list the version between the 'r' and the year, as in r-3.6-2019-09-24. Right now the default version of R is 3.6.

We recommend using https://github.com/binder-examples/r-conda for faster installs than using a install.R

To install R libraries (or packages) you can add an install.R file that specifies one library to install per line.

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.

URL addresses for RStudio and Shiny environments

The Binder repository can be used to allow anyone to access an RStudio environment containing our code and data right in their web browser. It also allows hosting a Shiny app. For those purposes, we have to append a bit of text to the URL of our Binder repository, which we can find out at mybinder.org when we enter the URL of our original repository from GitHub or Figshare, etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].