├── .github └── workflows │ ├── build.yml │ ├── devel-daily.yml │ └── patch-versions-monthly.yml ├── 3.1 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 3.2 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 3.3 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 3.4 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 3.5 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 3.6 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 4.0 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 4.1 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 4.2 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 4.3 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 4.4 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── 4.5 ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── Dockerfile-centos.template ├── Dockerfile-debian.template ├── Dockerfile-opensuse.template ├── Dockerfile-rockylinux.template ├── Dockerfile-ubuntu.template ├── LICENSE ├── Makefile ├── README.md ├── base ├── bookworm │ └── Dockerfile ├── centos7 │ └── Dockerfile ├── focal │ └── Dockerfile ├── jammy │ └── Dockerfile ├── noble │ └── Dockerfile ├── opensuse156 │ └── Dockerfile ├── rockylinux10 │ └── Dockerfile ├── rockylinux8 │ └── Dockerfile └── rockylinux9 │ └── Dockerfile ├── devel ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── next ├── bookworm │ ├── Dockerfile │ └── version.txt ├── centos7 │ ├── Dockerfile │ └── version.txt ├── focal │ ├── Dockerfile │ └── version.txt ├── jammy │ ├── Dockerfile │ └── version.txt ├── noble │ ├── Dockerfile │ └── version.txt ├── opensuse156 │ ├── Dockerfile │ └── version.txt ├── rockylinux10 │ ├── Dockerfile │ └── version.txt ├── rockylinux8 │ ├── Dockerfile │ └── version.txt └── rockylinux9 │ ├── Dockerfile │ └── version.txt ├── push-images.sh ├── push-multiarch.sh ├── test ├── test.R ├── test.sh └── testpkg │ ├── .Rbuildignore │ ├── .gitignore │ ├── DESCRIPTION │ ├── NAMESPACE │ ├── R │ └── testpkg.R │ ├── README.md │ ├── man │ ├── add_it.Rd │ ├── square_it.Rd │ ├── subtract_it.Rd │ └── testpkg-package.Rd │ ├── src │ ├── Makevars │ ├── add.c │ ├── init.c │ ├── square.f │ └── subtract.cpp │ ├── testpkg.Rproj │ └── tests │ └── test.R └── update.sh /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/devel-daily.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/.github/workflows/devel-daily.yml -------------------------------------------------------------------------------- /.github/workflows/patch-versions-monthly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/.github/workflows/patch-versions-monthly.yml -------------------------------------------------------------------------------- /3.1/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/bookworm/Dockerfile -------------------------------------------------------------------------------- /3.1/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.1/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/centos7/Dockerfile -------------------------------------------------------------------------------- /3.1/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.1/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/focal/Dockerfile -------------------------------------------------------------------------------- /3.1/focal/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.1/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/jammy/Dockerfile -------------------------------------------------------------------------------- /3.1/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.1/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/noble/Dockerfile -------------------------------------------------------------------------------- /3.1/noble/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.1/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/opensuse156/Dockerfile -------------------------------------------------------------------------------- /3.1/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.1/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /3.1/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.1/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.1/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /3.1/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /3.2/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/bookworm/Dockerfile -------------------------------------------------------------------------------- /3.2/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.2/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/centos7/Dockerfile -------------------------------------------------------------------------------- /3.2/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.2/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/focal/Dockerfile -------------------------------------------------------------------------------- /3.2/focal/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.2/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/jammy/Dockerfile -------------------------------------------------------------------------------- /3.2/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.2/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/noble/Dockerfile -------------------------------------------------------------------------------- /3.2/noble/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.2/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/opensuse156/Dockerfile -------------------------------------------------------------------------------- /3.2/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.2/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /3.2/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.2/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.2/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /3.2/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 3.2.5 2 | -------------------------------------------------------------------------------- /3.3/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/bookworm/Dockerfile -------------------------------------------------------------------------------- /3.3/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.3/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/centos7/Dockerfile -------------------------------------------------------------------------------- /3.3/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.3/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/focal/Dockerfile -------------------------------------------------------------------------------- /3.3/focal/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.3/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/jammy/Dockerfile -------------------------------------------------------------------------------- /3.3/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.3/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/noble/Dockerfile -------------------------------------------------------------------------------- /3.3/noble/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.3/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/opensuse156/Dockerfile -------------------------------------------------------------------------------- /3.3/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.3/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /3.3/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.3/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.3/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /3.3/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 3.3.3 2 | -------------------------------------------------------------------------------- /3.4/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/bookworm/Dockerfile -------------------------------------------------------------------------------- /3.4/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.4/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/centos7/Dockerfile -------------------------------------------------------------------------------- /3.4/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.4/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/focal/Dockerfile -------------------------------------------------------------------------------- /3.4/focal/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.4/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/jammy/Dockerfile -------------------------------------------------------------------------------- /3.4/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.4/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/noble/Dockerfile -------------------------------------------------------------------------------- /3.4/noble/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.4/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/opensuse156/Dockerfile -------------------------------------------------------------------------------- /3.4/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.4/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /3.4/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.4/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.4/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /3.4/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 3.4.4 2 | -------------------------------------------------------------------------------- /3.5/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/bookworm/Dockerfile -------------------------------------------------------------------------------- /3.5/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.5/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/centos7/Dockerfile -------------------------------------------------------------------------------- /3.5/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.5/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/focal/Dockerfile -------------------------------------------------------------------------------- /3.5/focal/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.5/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/jammy/Dockerfile -------------------------------------------------------------------------------- /3.5/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.5/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/noble/Dockerfile -------------------------------------------------------------------------------- /3.5/noble/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.5/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/opensuse156/Dockerfile -------------------------------------------------------------------------------- /3.5/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.5/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /3.5/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.5/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.5/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /3.5/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 3.5.3 2 | -------------------------------------------------------------------------------- /3.6/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/bookworm/Dockerfile -------------------------------------------------------------------------------- /3.6/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /3.6/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/centos7/Dockerfile -------------------------------------------------------------------------------- /3.6/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /3.6/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/focal/Dockerfile -------------------------------------------------------------------------------- /3.6/focal/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /3.6/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/jammy/Dockerfile -------------------------------------------------------------------------------- /3.6/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /3.6/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/noble/Dockerfile -------------------------------------------------------------------------------- /3.6/noble/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /3.6/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/opensuse156/Dockerfile -------------------------------------------------------------------------------- /3.6/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /3.6/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /3.6/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /3.6/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/3.6/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /3.6/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 3.6.3 2 | -------------------------------------------------------------------------------- /4.0/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/bookworm/Dockerfile -------------------------------------------------------------------------------- /4.0/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/centos7/Dockerfile -------------------------------------------------------------------------------- /4.0/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/focal/Dockerfile -------------------------------------------------------------------------------- /4.0/focal/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/jammy/Dockerfile -------------------------------------------------------------------------------- /4.0/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/noble/Dockerfile -------------------------------------------------------------------------------- /4.0/noble/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/opensuse156/Dockerfile -------------------------------------------------------------------------------- /4.0/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /4.0/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /4.0/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.0/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.0/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /4.0/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 4.0.5 2 | -------------------------------------------------------------------------------- /4.1/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/bookworm/Dockerfile -------------------------------------------------------------------------------- /4.1/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/centos7/Dockerfile -------------------------------------------------------------------------------- /4.1/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/focal/Dockerfile -------------------------------------------------------------------------------- /4.1/focal/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/jammy/Dockerfile -------------------------------------------------------------------------------- /4.1/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/noble/Dockerfile -------------------------------------------------------------------------------- /4.1/noble/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/opensuse156/Dockerfile -------------------------------------------------------------------------------- /4.1/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /4.1/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /4.1/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.1/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.1/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /4.1/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 4.1.3 2 | -------------------------------------------------------------------------------- /4.2/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/bookworm/Dockerfile -------------------------------------------------------------------------------- /4.2/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/centos7/Dockerfile -------------------------------------------------------------------------------- /4.2/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/focal/Dockerfile -------------------------------------------------------------------------------- /4.2/focal/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/jammy/Dockerfile -------------------------------------------------------------------------------- /4.2/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/noble/Dockerfile -------------------------------------------------------------------------------- /4.2/noble/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/opensuse156/Dockerfile -------------------------------------------------------------------------------- /4.2/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /4.2/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /4.2/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.2/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.2/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /4.2/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 4.2.3 2 | -------------------------------------------------------------------------------- /4.3/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/bookworm/Dockerfile -------------------------------------------------------------------------------- /4.3/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/centos7/Dockerfile -------------------------------------------------------------------------------- /4.3/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/focal/Dockerfile -------------------------------------------------------------------------------- /4.3/focal/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/jammy/Dockerfile -------------------------------------------------------------------------------- /4.3/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/noble/Dockerfile -------------------------------------------------------------------------------- /4.3/noble/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/opensuse156/Dockerfile -------------------------------------------------------------------------------- /4.3/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /4.3/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /4.3/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.3/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.3/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /4.3/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 4.3.3 2 | -------------------------------------------------------------------------------- /4.4/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/bookworm/Dockerfile -------------------------------------------------------------------------------- /4.4/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/centos7/Dockerfile -------------------------------------------------------------------------------- /4.4/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/focal/Dockerfile -------------------------------------------------------------------------------- /4.4/focal/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/jammy/Dockerfile -------------------------------------------------------------------------------- /4.4/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/noble/Dockerfile -------------------------------------------------------------------------------- /4.4/noble/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/opensuse156/Dockerfile -------------------------------------------------------------------------------- /4.4/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /4.4/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /4.4/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.4/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.4/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /4.4/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 4.4.3 2 | -------------------------------------------------------------------------------- /4.5/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/bookworm/Dockerfile -------------------------------------------------------------------------------- /4.5/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/centos7/Dockerfile -------------------------------------------------------------------------------- /4.5/centos7/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/focal/Dockerfile -------------------------------------------------------------------------------- /4.5/focal/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/jammy/Dockerfile -------------------------------------------------------------------------------- /4.5/jammy/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/noble/Dockerfile -------------------------------------------------------------------------------- /4.5/noble/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/opensuse156/Dockerfile -------------------------------------------------------------------------------- /4.5/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /4.5/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /4.5/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /4.5/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/4.5/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /4.5/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | 4.5.2 2 | -------------------------------------------------------------------------------- /Dockerfile-centos.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/Dockerfile-centos.template -------------------------------------------------------------------------------- /Dockerfile-debian.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/Dockerfile-debian.template -------------------------------------------------------------------------------- /Dockerfile-opensuse.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/Dockerfile-opensuse.template -------------------------------------------------------------------------------- /Dockerfile-rockylinux.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/Dockerfile-rockylinux.template -------------------------------------------------------------------------------- /Dockerfile-ubuntu.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/Dockerfile-ubuntu.template -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/README.md -------------------------------------------------------------------------------- /base/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/bookworm/Dockerfile -------------------------------------------------------------------------------- /base/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/centos7/Dockerfile -------------------------------------------------------------------------------- /base/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/focal/Dockerfile -------------------------------------------------------------------------------- /base/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/jammy/Dockerfile -------------------------------------------------------------------------------- /base/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/noble/Dockerfile -------------------------------------------------------------------------------- /base/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/opensuse156/Dockerfile -------------------------------------------------------------------------------- /base/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /base/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /base/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/base/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /devel/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/bookworm/Dockerfile -------------------------------------------------------------------------------- /devel/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/centos7/Dockerfile -------------------------------------------------------------------------------- /devel/centos7/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/focal/Dockerfile -------------------------------------------------------------------------------- /devel/focal/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/jammy/Dockerfile -------------------------------------------------------------------------------- /devel/jammy/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/noble/Dockerfile -------------------------------------------------------------------------------- /devel/noble/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/opensuse156/Dockerfile -------------------------------------------------------------------------------- /devel/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /devel/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /devel/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /devel/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/devel/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /devel/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | devel 2 | -------------------------------------------------------------------------------- /next/bookworm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/bookworm/Dockerfile -------------------------------------------------------------------------------- /next/bookworm/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/centos7/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/centos7/Dockerfile -------------------------------------------------------------------------------- /next/centos7/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/focal/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/focal/Dockerfile -------------------------------------------------------------------------------- /next/focal/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/jammy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/jammy/Dockerfile -------------------------------------------------------------------------------- /next/jammy/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/noble/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/noble/Dockerfile -------------------------------------------------------------------------------- /next/noble/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/opensuse156/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/opensuse156/Dockerfile -------------------------------------------------------------------------------- /next/opensuse156/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/rockylinux10/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/rockylinux10/Dockerfile -------------------------------------------------------------------------------- /next/rockylinux10/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/rockylinux8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/rockylinux8/Dockerfile -------------------------------------------------------------------------------- /next/rockylinux8/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /next/rockylinux9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/next/rockylinux9/Dockerfile -------------------------------------------------------------------------------- /next/rockylinux9/version.txt: -------------------------------------------------------------------------------- 1 | next 2 | -------------------------------------------------------------------------------- /push-images.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/push-images.sh -------------------------------------------------------------------------------- /push-multiarch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/push-multiarch.sh -------------------------------------------------------------------------------- /test/test.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/test.R -------------------------------------------------------------------------------- /test/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/test.sh -------------------------------------------------------------------------------- /test/testpkg/.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/.Rbuildignore -------------------------------------------------------------------------------- /test/testpkg/.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | -------------------------------------------------------------------------------- /test/testpkg/DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/DESCRIPTION -------------------------------------------------------------------------------- /test/testpkg/NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/NAMESPACE -------------------------------------------------------------------------------- /test/testpkg/R/testpkg.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/R/testpkg.R -------------------------------------------------------------------------------- /test/testpkg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/README.md -------------------------------------------------------------------------------- /test/testpkg/man/add_it.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/man/add_it.Rd -------------------------------------------------------------------------------- /test/testpkg/man/square_it.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/man/square_it.Rd -------------------------------------------------------------------------------- /test/testpkg/man/subtract_it.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/man/subtract_it.Rd -------------------------------------------------------------------------------- /test/testpkg/man/testpkg-package.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/man/testpkg-package.Rd -------------------------------------------------------------------------------- /test/testpkg/src/Makevars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/src/Makevars -------------------------------------------------------------------------------- /test/testpkg/src/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/src/add.c -------------------------------------------------------------------------------- /test/testpkg/src/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/src/init.c -------------------------------------------------------------------------------- /test/testpkg/src/square.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/src/square.f -------------------------------------------------------------------------------- /test/testpkg/src/subtract.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/src/subtract.cpp -------------------------------------------------------------------------------- /test/testpkg/testpkg.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/testpkg.Rproj -------------------------------------------------------------------------------- /test/testpkg/tests/test.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/test/testpkg/tests/test.R -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstudio/r-docker/HEAD/update.sh --------------------------------------------------------------------------------