1 Quick reference
- Source repository: rocker-org/ubuntu-lts
- Dockerfile
- tags
- Published image details: not available
- Non-root default user:
docker
2 Overview
Install current R and R packages on Ubuntu LTS, from PPA maintained by Michael Rutter. This image is close to r-base.
You can use apt
to install binary R packages (r-cran-<package name>
) along with its dependencies, as shown in the example below.
apt-get install -y --no-install-recommends r-cran-tidyverse