riyas-org/r-base:latest
$ singularity pull shub://riyas-org/r-base:latest
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
- Name: riyas-org/r-base
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/riyas-org-r-base-latest |
collection name | riyas-org/r-base |
branch | master |
tag | latest |
commit | 9cf8d49e9a35ab138d3f02450633265b70ca801e |
version (container hash) | 4bc0bcdb8e3b4e168239ce18684f1083 |
build date | 2020-04-14T12:22:27.264Z |
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 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.