An open API service indexing awesome lists of open source software.

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.

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
```