regicor/prediction:latest

$ singularity pull shub://regicor/prediction:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:18.04

%post
    # Installing ubuntu dependencies
    apt-get update
    apt-get install -y libcurl4-gnutls-dev libxml2-dev libssl-dev libmariadb-client-lgpl-dev ibglib2.0-dev libcairo2-dev \
    ghostscript libxt-dev r-base
    apt-get clean
    rm -rf /var/lib/apt/lists/*
    # Installing all R packagesss
    Rscript -e 'r = getOption("repos"); r["CRAN"] = "https://cran.rstudio.com/"; options(repos = r); install.packages(c("graphics","ggplot2","mvtnorm","cluster","grDevices","png","jpeg","RColorBrewer","Matrix","nnet","methods","splines","stats","utils","lattice","Formula","latticeExtra","ggpubr","survminer","survival","rpart","car","rstatix","survAUC","nricens","Hmisc"))' 
%test
    R --version

Collection


View on Datalad

Metrics

key value
id /containers/regicor-prediction-latest
collection name regicor/prediction
branch master
tag latest
commit 647543d85cbaa81925efefda56a98751c36cb305
version (container hash) bdd6563c51382aeaa1d9ee76a31264c5
build date 2020-05-12T15:24:28.458Z
size (MB) 1075.0
size (bytes) 376344607
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.