Sign inSign up

soulmachine/r-base

By soulmachine

Updated over 7 years ago

This docker image wraps R as a single executable.

Image
0

10K+

soulmachine/r-base repository overview

This docker image wraps R as a single executable.

Build the image

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

How to use it

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")'

Reference

Tag summary

Content type

Image

Digest

Size

366.8 MB

Last updated

over 7 years ago

docker pull soulmachine/r-base