jganong/ubuntu-focal-foiegras:latest

$ singularity pull shub://jganong/ubuntu-focal-foiegras:latest

Singularity Recipe

Bootstrap:docker  
From:rocker/r-ubuntu:20.04

%labels
MAINTAINER jganong@stanford.edu

%environment
# without the TERM setting, it does not backspace, actually it does but does not show it which is worse!
export TERM=xterm-256color

%runscript
exec /usr/bin/R "$@"  

%post  
apt update
apt install -y r-cran-ncdf4
apt install -y r-cran-rgeos
apt install -y r-cran-foiegras

Collection


View on Datalad

Metrics

key value
id /containers/jganong-ubuntu-focal-foiegras-latest
collection name jganong/ubuntu-focal-foiegras
branch main
tag latest
commit 825898b02838ef834be5c2d1469e0de4a3a9eb0b
version (container hash) 4d85b3c3c70ce285ae350f33decc4ac2521798dc9f3fbc50e3f3f5861a2fdaaa
build date 2020-12-08T16:45:03.189Z
size (MB) 399.86328125
size (bytes) 419287040
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.