This docker image wraps R as a single executable.
10K+
This docker image wraps R as a single executable.
cd rstudio/r-base
docker build -t soulmachine/r-base .
Also, this images is already published to Docker Hub, so you can pull it directly,
docker pull soulmachine/r-base
Run R interactively,
docker run --rm -it soulmachine/r-base R
Run Rscript,
docker run --rm -it soulmachine/r-base Rscript -e 'library(tools);package_dependencies("dplyr")'
Content type
Image
Digest
Size
366.8 MB
Last updated
over 7 years ago
docker pull soulmachine/r-base