riyas-org/r-base:3.4.4

$ singularity pull shub://riyas-org/r-base:3.4.4

Singularity Recipe

Bootstrap: docker
FROM: r-base:3.4.4

%help
  R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
  Copyright (C) 2018 The R Foundation for Statistical Computing
  Platform: x86_64-pc-linux-gnu (64-bit)

  Usage:
  $ singularity run r-base.3.4.4.simg [args]
  $ singularity run --app R r-base.3.4.4.simg [args]
  $ singularity run --app Rscript r-base.3.4.4.simg [args]

%setup

%files

%labels
  Maintainer Michael J. Stealey
  Maintainer_Email stealey@renci.org
  R_Version 3.4.4

%environment
  R_BASE_VERSION=3.4.4
  LC_ALL=en_US.UTF-8
  LANG=en_US.UTF-8

%post

%apprun R
  exec R "${@}"

%apprun Rscript
  exec Rscript "${@}"

%runscript
  exec R "${@}"

%test
  exec R --version

Collection


View on Datalad

Metrics

key value
id /containers/riyas-org-r-base-3.4.4
collection name riyas-org/r-base
branch master
tag 3.4.4
commit 9cf8d49e9a35ab138d3f02450633265b70ca801e
version (container hash) 786855661c9a3748c0d7bf095432db48
build date 2020-11-10T09:00:21.147Z
size (MB) 669
size (bytes) 260358175
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.