willgpaik/r_aci:latest

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

Singularity Recipe

Bootstrap: shub
From: willgpaik/centos7_aci

%setup

%files

%environment
  source /opt/rh/devtoolset-8/enable
  export PATH=$PATH:/opt/sw/r/bin

%runscript

%post
  yum -y install zlib-devel bzip2-devel xz-devel pcre-devel curl-devel readline-devel
  yum -y update
  
  source /opt/rh/devtoolset-8/enable
  mkdir -p /opt/sw/r
  cd /tmp
  wget http://lib.stat.cmu.edu/R/CRAN/src/base/R-4/R-4.0.2.tar.gz
  tar -xf R-4.0.2.tar.gz
  cd R-4.0.2
  ./configure --prefix=/opt/sw/r
  make && make install
  
  cd /tmp
  rm -rf R-4.0.2*

Collection


View on Datalad

Metrics

key value
id /containers/willgpaik-r_aci-latest
collection name willgpaik/r_aci
branch master
tag latest
commit c29c49b91e0fc0ed08909e123d121cd259b21c7b
version (container hash) 90af47edac505c976e4c059b9abd2babbc1a83ac80b8f530ffc0d16184137bc5
build date 2020-09-29T23:16:36.601Z
size (MB) 3237.0
size (bytes) 999698432
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.