tpall/singularity-tidyverse:latest

$ singularity pull shub://tpall/singularity-tidyverse:latest

Singularity Recipe

BootStrap: shub
From: tpall/singularity-r:latest

%labels
  Maintainer tpall

%help
  This will run R tidyverse + some other packages

%post
  ## Download and install tidyverse & other packages
  apt-get update -qq \
  && apt-get -y --no-install-recommends install \
    libxml2-dev \
    libcairo2-dev \
    libgit2-dev \
    default-libmysqlclient-dev \
    libpq-dev \
    libsasl2-dev \
    libsqlite3-dev \
    libssh2-1-dev \
    unixodbc-dev \
    libudunits2-dev \
    libcurl4-openssl-dev \
    libssl-dev \
    libgdal-dev \
    libgsl-dev \
    libnode-dev \
    libharfbuzz-dev \
    libfribidi-dev \
  && install2.r --error \
    --deps TRUE \
    --skipinstalled \
    tidyverse \
    lubridate \
    remotes \
    rmarkdown \
    bookdown \
    vroom \
    gert \
    readxl \
    here

Collection


View on Datalad

Metrics

key value
id /containers/tpall-singularity-tidyverse-latest
collection name tpall/singularity-tidyverse
branch master
tag latest
commit d78777ae9505f39833485ee238fe77c7487469aa
version (container hash) bc534cccbc3b00e93636a992aaedfbb04df9b0e8d62986e865c62286971bfecd
build date 2021-01-19T07:11:32.840Z
size (MB) 490.41015625
size (bytes) 514232320
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.