diff --git a/R/repositories.R b/R/repositories.R index 78eb99c..c4a8327 100644 --- a/R/repositories.R +++ b/R/repositories.R @@ -243,7 +243,7 @@ repositories <- function( { container_version <- Sys.getenv("BIOCONDUCTOR_DOCKER_VERSION") if (nzchar(container_version)) { - platform <- "bioconductor_docker" + platform <- Sys.getenv("BIOCONDUCTOR_NAME", "bioconductor_docker") } else { platform <- Sys.getenv("TERRA_R_PLATFORM") container_version <- Sys.getenv("TERRA_R_PLATFORM_BINARY_VERSION")