Skip to content

ismailsunni/dockeRs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockeRs

DOI

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.

Docker Images

Vanilla R (18/18)

GNU-R MRO Renjin FastR pqR TERR
Debian ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Fedora ✔️ ✔️ ✔️
Arch Linux ✔️ ✔️

with Geospatial R Packages (18/18)

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

SDSR's benchmark status

For more detailed result can be read in my master thesis.

Content

Each docker image directory contains:

  1. (mandatory) README.MD: description of the docker image and how to obtain it
  2. Dockerfile : the dockerfile, if not available on other source
  3. (mandatory) Makefile : Some handy command to run the docker container
  4. Error.txt : error message if not possible to create, or related to it

Naming

The format is : [R-implementation]-[version]-[platform]-[geospatial].