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