maintainer | R Documentation |
Get maintainer of bioconductor docker image
maintainer(repository = "bioconductor/bioconductor_docker", tag)
repository |
'character(1)', repository of the docker image. |
tag |
'character(1)', tag of the docker image. |
The maintainer name and email provides information for who you can contact in case the image isn't working as expected.
'character' vector representing the maintainer.
do_it <- BiocDockerManager:::.is_docker_installed()
if (do_it) {
BiocDockerManager::maintainer(
"bioconductor/bioconductor_docker",
tag = "latest"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.