Changes in version 2.0.6 (2025-11-28) o `bsub_script()`: allows to set `working_dir`. Changes in version 2.0.4 o minor changes. Changes in version 2.0.0 o greatly improved the web monitor o add functions to rerun failed jobs Changes in version 1.1.4 o improved the monitor o add `dep_dot()` function Changes in version 1.1.3 o fixed a bug in `bsub_chunk()` when `variables` is set, the code is not sent to the cluster. Changes in version 1.1.1 o add `clear_history()` o use `codetools::findGlobals()` to automatically identify "global variables" used in the code block. Changes in version 1.1.0 (2021-07-01) o move vignettes out of the package. o resubmit to CRAN. Changes in version 1.0.3 o add `share` argument so that an object can be shared between multiple jobs Changes in version 1.0.2 (2020-09-20) o allow minites for submitting jobs o add `bjobs_barplot` and `bjobs_timeline` functions Changes in version 1.0.1 o add vignettes o set `max = Inf` in `print.data.frame()` Changes in version 1.0.0 (2020-07-30) o reformat the messages. o diagram in the shiny app is resizable. o `bkill()` accepts the job log data frame as input. Changes in version 0.99.1 o `bsub_chunk()`: add "_all_functions_" tag for `variables` and `_in_session_` tag for `packages` arguments.