install.packages("IRkernel")
::installspec() IRkernel
Welcome!
This website covers the R implementation of some of the concepts discussed in class. We automatically generate multiple versions of the content for your convenience. However, only the RevealJS slides are presented in class and are therefore checked for rendering issues.
Getting started with R
- Download the R console
- Download an editor:
- Recommended: R Studio Desktop
- VS Code + R Extension
- JupyterLab or JupyterLab Desktop (see below)
Optional
If you are already familiar with Jupyter you can install a kernel for R. Open R in a terminal (do not use the R.app in MacOS) and run the following:
Now you can open the downloaded .ipynb
file and execute it.