Install the software

Go to https://github.com/DTO-BioFlow/DUC3_PH23_MVP and clone the repository.
You can install the software by running

install.R

This will:

Launch the software

On desktop

Run launch.R or these commands in R:

library(PelHabMSFD)
D1_MSFD()

In headless environments (onyxia):

sudo apt update
sudo apt install -y xvfb
xvfb-run -s "-screen 0 1024x768x24" Rscript launch

Issue: this is running the software but the GUI is not rendered.

Interacting using GUI

To be created.