Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Minimum-footprint docker image with R 3.2.3 built in Ubuntu/Wily64

Latest
Compare
Choose a tag to compare
@jhohlfeld jhohlfeld released this 12 Mar 18:16

This is the working release of R 3.2.3 as busybox docker image.

Beware that your R code may break while other scripts work perfectly fine. You cannot rely on a cohesive environment as many dynamic libraries may be used, even in a hard-wired fashion.

Especially, avoid using Rscript at all - it is generated in the build environment and will not work in the image. Use bare bones R syntax instead:

R --slave --no-restore --file=script.r