A collection of docker image of various R implementations on various platform both vanilla and with geospatial R packages.
This is part of my master thesis.
GNU-R | MRO | Renjin | FastR | pqR | TERR | |
---|---|---|---|---|---|---|
Debian | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
Fedora | ✔️ | ✔️ | ⛔ | ✔️ | ⛔ | ⛔ |
Arch Linux | ✔️ | ✔️ | ⛔ | ⛔ | ⛔ | ⛔ |
GNU-R | MRO | Renjin | FastR | pqR | TERR | |
---|---|---|---|---|---|---|
Debian | ✔️ | ✔️ | ❌ | ❌ | ❌ | ❌ |
Fedora | ✔️ | ✔️ | ❌ | ❌ | ❌ | ❌ |
Arch Linux | ✔️ | ❓ | ❌ | ❌ | ❌ | ❌ |
Legends:
- ✔️ : Complete
- ❌ : Not possible
- ⛔ : Won't be checked because it is not supported based on other result
- ❓ : Unknown due to time limit
- ❔ : Unknown / Not checked yet
For more detailed result can be read in my master thesis.
Each docker image directory contains:
- (mandatory) README.MD: description of the docker image and how to obtain it
- Dockerfile : the dockerfile, if not available on other source
- (mandatory) Makefile : Some handy command to run the docker container
- Error.txt : error message if not possible to create, or related to it
The format is : [R-implementation]-[version]-[platform]-[geospatial].