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 | Architectures | R version | RStudio version |
|---|---|---|---|
latest |
amd64, arm64 | 4.5.3 | 2026.01.2-418 |
noble |
amd64, arm64 | 4.5.3 | 2026.01.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 http://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 http://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