ismailsunni / dockeRs

A collection of docker image of various R implementations on various platform both vanilla and with geospatial R packages.
2 stars 1 forks source link
archlinux debian docker docker-image dockerfile fastr fedora mro pqr r renjin

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 :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: :heavy_check_mark:
Fedora :heavy_check_mark: :heavy_check_mark: :no_entry: :heavy_check_mark: :no_entry: :no_entry:
Arch Linux :heavy_check_mark: :heavy_check_mark: :no_entry: :no_entry: :no_entry: :no_entry:

with Geospatial R Packages (18/18)

GNU-R MRO Renjin FastR pqR TERR
Debian :heavy_check_mark: :heavy_check_mark: :x: :x: :x: :x:
Fedora :heavy_check_mark: :heavy_check_mark: :x: :x: :x: :x:
Arch Linux :heavy_check_mark: :question: :x: :x: :x: :x:

Legends:

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].