Adds RStudio Server, pandoc, and Quarto to r2u, works on AMD64 and ARM64 (e.g., Apple Silicon)
Binary package installation from within R via bspm for faster installs and smaller image size
| Tag | Compressed | On Disk | R version | RStudio version |
|---|---|---|---|---|
| noble-amd64 | 649.29 MB | 2.11 GB | 4.5.2 | 2025.09.2+418 |
| noble-arm64 | 649.45 MB | 2.91 GB | 4.5.2 | 2025.09.2+418 |
-
Install and open Docker Desktop
-
Enter the following command in your terminal
docker pull jmgirard/rstudio2u docker run --rm -p 8787:8787 -e PASSWORD=pass -t jmgirard/rstudio2u -
Navigate to https://localhost:8787 and enter username
rstudioand passwordpass -
Whenever you use
install.packages()orupdate.packages(), it will use bspm -
When done, open Docker Desktop and end the container
-
Next time, you don't need to run
docker pull...again
-
Install and open Docker Desktop
-
Install Git
-
Enter the following command in your terminal
git clone https://github.com/jmgirard/rstudio2u cd rstudio2u docker-compose up --build -d -
Navigate to https://localhost:8787 (no username or password needed)
-
Whenever you use
install.packages()orupdate.packages(), it will use bspm -
When done, open Docker Desktop and end the container
-
Next time, you don't need to run
git clone...again
- jmgirard/rocker-bayes - Adds CmdStan and R packages for Bayesian data analysis
- jmgirard/wsl-whisper - Adds CUDA Toolkit and R packages for AI speech recognition