Description Usage Arguments Details Value Examples
Get maintainer of bioconductor docker image
1 | 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.
1 2 3 4 5 6 7 8 | 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.