docker_image: Get docker image for a combination of a platform and a R...

Description Usage Arguments Examples

View source: R/utils.R

Description

Return the name of docker image. Return empty string if the combination is not supported.

Usage

1
docker_image(platform = "debian", r_implementation = "gnu-r")

Arguments

platform

The platform name see supported_platforms

r_implementation

The R implementation name. See supported_Rs

Examples

1
2
3
docker_image("debian", "gnu-r")
docker_image("ubuntu", "mro")
docker_image("debian", "renjin")

ismailsunni/altRnative documentation built on April 1, 2020, 2:22 a.m.