A collection of simple binary complete Docker images for R
5.2K
The repository contains a set of binary complete images for R 4.x based on different operating systems intended for Life Science GxP use and other regulated industries.
Each image will support a single version of R that also includs the last patch release for each minor version of R 4.x and later as long as they are supported by the same system libraries. The current development thread is based on Ubuntu 24.04 and R 4.4.2 and later releases.
R versions are installed in the /opt/R/<version> directory.
R is built from sources downloaded from r-project.org (direct link to R 4.x sources https://cran.r-project.org/src/base/R-4/).
The standard build configuration is used.
./configure --prefix=/opt/R/<version> \
--enable-R-shlib \
--with-blas \
--with-lapack \
--with-recommended-packages=no
Recommended packages are not included as they may require additional validation.
Build logs are available in the /logs/rbin/build/R directory in compressed format.
Source repository https://github.com/openapx/docker-rbin
Content type
Image
Digest
sha256:31afa42ec…
Size
1.7 GB
Last updated
11 months ago
docker pull openapx/rbin:latest-rockylinux-R4.4.3