revodavid / devcontainers-rstudio

Zero-setup R workshops with GitHub Codespaces
MIT License
123 stars 103 forks source link

Zero-setup R workshops with GitHub Codespaces

This is the repository supporting the presentation "Zero-setup R workshops with GitHub Codespaces".

You can recreate the demos in the talk using the steps outlined below.

Dev Containers in GitHub Codepaces

If you have access to GitHub CodeSpaces, click the green "<> Code" button at the top right on this repository page, and then select "Create codespace on main". (GitHub CodeSpaces is available with GitHub Enterprise and GitHub Education.)

Now, browse to the file explore-analyze-data-with-R/solution/challenge-Data_Exploration.ipynb. Work through the Jupyter Notebook.

To open RStudio Server, click the Forwarded Ports "Radio" icon at the bottom of the VS Code Online window.

Forwarded Ports

In the Ports tab, click the Open in Browser "World" icon that appears when you hover in the "Local Address" column for the Rstudio row.

Ports

This will launch RStudio Server in a new window. Log in with the username and password rstudio/rstudio.

In RStudio, use the File menu to open the /workspaces, folder and then browse to open the file devcontainers-rstudio / explore-analyze-data-with-R / solution / all-systems-check / test.Rmd. Use the "Knit" submenu to "Knit as HTML" and view the rendered "R Notebook" Markdown document.

Resources and Links

Image Credits

Images used in presentation slides:

Feedback

If you have any comments or suggestions about this presentation, please leave an issue in this repository.