Releases: mlell/singularity-r
v2.0
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
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
This fixes a bug that led to all sessions accessing the same .local/share/rstudio directory, thus overwriting one anothers settings.