#!/bin/bash
#SBATCH -J R-4.4.1-case
#SBATCH -t 01:00

module -q load gcc/14 r

Rscript R-case.r
