Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 575 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 575 Bytes

repo2docker-r

JupyterHub-based repo2docker template for R.

  • Edit install.r to install your R packages.
  • Edit environment.yml to install Python packages.

Provides JupyterHub with RStudio integration. install.r uses r2u mechanism to automatically install any necessary system dependencies. apt-get is not necessary.

Automated builds on GitHub

To have GitHub actions automatically build your image, edit workflows/docker-rstudio.yml to have your repository and org instead of boettiger-lab/repo2docker-r throughout.