An open API service indexing awesome lists of open source software.

https://github.com/colearendt/docker-r-base

Base docker image for R
https://github.com/colearendt/docker-r-base

Last synced: about 2 months ago
JSON representation

Base docker image for R

Awesome Lists containing this project

README

        

Docker R Base
=============

Base docker image to install R versions on top of.

### Build docker image locally
```
docker build -t rstudio/r-base:trusty trusty
docker build -t rstudio/r-base:xenial xenial
```

## Note
This is an "unofficial" docker image, use at own risk.