mjstealey/r-base:3.4.4
$ singularity pull shub://mjstealey/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
- Name: mjstealey/r-base
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/mjstealey-r-base-3.4.4 |
collection name | mjstealey/r-base |
branch | master |
tag | 3.4.4 |
commit | 9cf8d49e9a35ab138d3f02450633265b70ca801e |
version (container hash) | aa3fc3917b2a3acab7f2cedcb00bb41c |
build date | 2020-05-28T23:32:52.579Z |
size (MB) | 666 |
size (bytes) | 259964959 |
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.