inst/worker_image/install-R-deps.R

RPackages <- Sys.getenv("RPackages")
if(RPackages!=""){
    pkgs <- strsplit(RPackages,",")[[1]]
    pkgs <- sapply(pkgs,function(i) URLdecode(i))
    message("Installing the package: ", paste0(pkgs, sep = ", "))
    if (length(pkgs)!=0){
        BiocManager::install(pkgs, update = FALSE, upgrade = "never")
    }
}

Try the RedisBaseContainer package in your browser

Any scripts or data that you put into this service are public.

RedisBaseContainer documentation built on June 8, 2021, 9:07 a.m.