pull_docker_image: Pull docker image from Docker Hub

Description Usage Arguments Details Value Examples

View source: R/utils.R

Description

Works for public images only and checks if platform and R are supported, see compatibility_table¸

Usage

1
2
pull_docker_image(platforms = c("debian", "ubuntu"),
  r_implementations = c("gnu-r", "mro"), stevedore_opts = list())

Arguments

platforms

List of platform

r_implementations

List of R implementation

stevedore_opts

options passed to docker_client

Details

For supported docker images only.

Value

the output of stevedore's function docker$image$pull, or NULL if no image was found

Examples

1
2
3
4
## Not run: 
pull_docker_image('debian', 'gnu-r')

## End(Not run)

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