TomHarrop/singularity-containers:r_3.5.0

$ singularity pull shub://TomHarrop/singularity-containers:r_3.5.0

Singularity Recipe

Bootstrap: docker
From: rocker/verse:3.5.0

%help

    Container for plotting with R data.table and ggplot2

%labels

    MAINTAINER "Tom Harrop"
    VERSION "R 3.5.0"

%post

    # install packages from bioconductor
    Rscript -e "source('https://bioconductor.org/biocLite.R') ; \
        biocLite(c('Cairo', 'data.table', 'extrafont', 'ggimage', 'ggtree', 'sysfonts'), \
            type='source', ask=FALSE)"

    # install lato
    wget -O "lato.zip" \
        http://www.latofonts.com/download/Lato2OFL.zip
    unzip lato.zip
    mv Lato2OFL /usr/share/fonts/truetype/
    rm lato.zip
    fc-cache -f -v
    Rscript -e "library('extrafont') ; \
        font_import(prompt=FALSE) ; \
        loadfonts()"

Collection


View on Datalad

Metrics

key value
id /containers/TomHarrop-singularity-containers-r_3.5.0
collection name TomHarrop/singularity-containers
branch master
tag r_3.5.0
commit ec5fffa2069e1657ee57d416828956f3f0c34eb9
version (container hash) 7322eba66379576b4a0a426070a5103d
build date 2021-03-06T01:06:33.348Z
size (MB) 2501
size (bytes) 956510239
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.