version | R Documentation |
Get version of bioconductor docker image
version(repository = "bioconductor/bioconductor_docker", tag)
repository |
'character(1)', repository of the docker image. |
tag |
'character(1)', tag of the docker image. |
The version of the images provided by Bioconductor are unique. They are represented by 'x.y.z' where, the 'x.y' represent the version of Bioconductor and the '.z' represents the version of the Dockerfile used to build the Docker image. This is especially useful in terms of reproducibility and tracking changes when using the Docker images provided by Bioconductor.
'character' vector representing the version number.
do_it <- BiocDockerManager:::.is_docker_installed() if (do_it) { BiocDockerManager::version( "bioconductor/bioconductor_docker", tag = "latest" ) BiocDockerManager::version( "bioconductor/bioconductor_docker", tag = "devel" ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.