https://github.com/bartoszbartmanski/singularityrbase
Repository for r-base singularity images based on Ubuntu 20.04.
https://github.com/bartoszbartmanski/singularityrbase
singularity-container
Last synced: 4 months ago
JSON representation
Repository for r-base singularity images based on Ubuntu 20.04.
- Host: GitHub
- URL: https://github.com/bartoszbartmanski/singularityrbase
- Owner: BartoszBartmanski
- License: gpl-2.0
- Created: 2021-08-08T10:00:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T13:54:12.000Z (over 4 years ago)
- Last Synced: 2025-09-09T13:55:11.540Z (8 months ago)
- Topics: singularity-container
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SingularityRbase
Repository for [r-base](https://www.r-project.org/)
singularity images based on Ubuntu 20.04.
## Download
To download an image from [sylabs
library](https://cloud.sylabs.io/library/bartosz_bartmanski/default/r-base#):
```
singularity pull library://bartosz_bartmanski/default/r-base:
```
For example:
```
singularity pull library://bartosz_bartmanski/default/r-base:latest
```
## Usage
To start a new R-base container, after either downloading or building, run the
following:
```
./r-base_4.0.3.sif
```
## Build
To create a new image:
```
sudo singularity build r-base_latest.sif r-base.def
```