View source: R/construct_cont.R
construct_cont | R Documentation |
Construct containers list
construct_cont(
default_registry = c("ghcr.io/", "docker.io/", "mcr.microsoft.com/"),
default_cont = "bioconductor/bioconductor_docker",
default_tag = "devel",
cont = list(paste(default_cont, default_tag, sep = ":"), NULL, NULL),
versions_explicit = FALSE,
run_check_cont = FALSE,
verbose = TRUE
)
default_registry |
The default container registry to use. Options include:
|
default_cont |
The DockerHub container to default to.
Used when it's detected that only the tag has been given in one or more
|
default_tag |
The DockerHub container tag to default to. |
cont |
Which Docker container to use on each OS
( |
versions_explicit |
Specify R/Bioc versions explicitly
(e.g. |
run_check_cont |
Check whether the requested container repo (and the tag, if specified) exist using check_cont. |
verbose |
Print messages. |
Named list of containers
cont <- construct_cont()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.