maintainer: Get maintainer of bioconductor docker image

Description Usage Arguments Details Value Examples

View source: R/manager.R

Description

Get maintainer of bioconductor docker image

Usage

1
maintainer(repository = "bioconductor/bioconductor_docker", tag)

Arguments

repository

'character(1)', repository of the docker image.

tag

'character(1)', tag of the docker image.

Details

The maintainer name and email provides information for who you can contact in case the image isn't working as expected.

Value

'character' vector representing the maintainer.

Examples

1
2
3
4
5
6
7
8
do_it <- BiocDockerManager:::.is_docker_installed()

if (do_it) {
    BiocDockerManager::maintainer(
        "bioconductor/bioconductor_docker",
        tag = "latest"
    )
}

BiocDockerManager documentation built on March 21, 2021, 6 p.m.