Skip to content

Releases: mlell/singularity-r

v2.0

Choose a tag to compare

@mlell mlell released this 27 Sep 15:30

Update to R 4.2.2 and RStudio 2024.09.0, Build 375.

Make it possible to call ./rstudio exec -i (instancename) COMMAND to non-interactively execute commands inside an instance, which will be started if necessary.

Also, this moves away from storing the scripts inside the container that are meant to be outside (previously were extracted using
the "setup" script which was copied into the container). Just packing them into a zip is easier for now.

Version 1.1

Choose a tag to compare

@mlell mlell released this 18 Nov 14:10

This release drops OpenBLAS, as there were incorrect results on machines with Skylake CPUs and earlier. You need to compile and add it yourself by adding the library via the -B Singularity option. Also it includes the manpage viewer and a foreground server mode for easier handling in SLURM jobs or similar software.

Version 1.0.1

Choose a tag to compare

@mlell mlell released this 02 Aug 15:42

This fixes a bug that led to all sessions accessing the same .local/share/rstudio directory, thus overwriting one anothers settings.

1.0

1.0

Choose a tag to compare

@mlell mlell released this 30 Jul 10:10

First version combining R/Python-only and RStudio Server images, and that includes the helper scripts for defining the Project directory and managing the RStudio instances.