willgpaik/r_aci:rstan

$ singularity pull shub://willgpaik/r_aci:rstan

Singularity Recipe

Bootstrap: shub
From: willgpaik/r_aci:latest

%environment
    source /opt/rh/devtoolset-8/enable
    export PATH=$PATH:/opt/sw/r/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sw/r/lib64
    
%runscript
    exec "$@"

%post
    yum -y install v8-devel
    yum -y update
    
    source /opt/rh/devtoolset-8/enable

    export PATH=$PATH:/opt/sw/r/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sw/r/lib64

    R --vanilla -e "install.packages('rstan', repos='http://lib.stat.cmu.edu/R/CRAN/')"

Collection


View on Datalad

Metrics

key value
id /containers/willgpaik-r_aci-rstan
collection name willgpaik/r_aci
branch master
tag rstan
commit 3b6f5ed4b709d44ecd8eafaed630f29155ebe67e
version (container hash) 967d173020e44ccc3495e90d6ff00ca8dd45ab15df3f55312e3618f46723a390
build date 2020-12-12T11:24:45.944Z
size (MB) 3237.0
size (bytes) 1096511488
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.