NEWS
slurm 2026.3.20
- sacct_fields() correctly parses sacct -e output with fewer fields on the last line.
slurm 2026.3.3
- sjob_dt() uses all ExitCode and State columns, so we can see OOM in State_0 column.
slurm 2026.3.1
- sacct_lines() gains out_file arg, can be passed from sjob(out_file="~/sacct.txt") for debugging.
- sacct_lines() adds --array flag so sacct does not combine tasks (easier to parse).
slurm 2025.4.10
- sjob_dt() output always has job column, which is first element of key.
slurm 2025.4.9 (2025-04-09)
- Minor changes (docs, error) for first CRAN submission.
slurm 2024.3.5
- if(requireNamespace("R.utils"))sacct_fread("file.gz") instead of sacct_fread(cmd="zcat file.gz") in examples and tests.
slurm 2024.3.1
- sacct_tasks ignores rows with PENDING State, for tasks that have at least one row with another State value.
slurm 2019.12.11
- new functions sacct_lines, sacct_fields, sacct_tasks.
slurm 2019.12.10
- colClasses=character in sacct_fread.
- simplify/clarify sacct_fread using nc::quantifier.
slurm 2019.11.21
- namedCapture->nc.
- update regex in sacct_fread so that both job ID suffixes are optional.
slurm 2018.11.18