Changes in version 2.0.6

* `bsub_script()`: allows to set `working_dir`.

-------------------------------------

Changes in version 2.0.4

* minor changes.

--------------------------------------

Changes in version 2.0.0

* greatly improved the web monitor
* add functions to rerun failed jobs

---------------------------------------

Changes in version 1.1.4

* improved the monitor
* add `dep_dot()` function

----------------------------------------

Changes in version 1.1.3

* fixed a bug in `bsub_chunk()` when `variables` is set, the code is not sent to the cluster.

----------------------------------------

Changes in version 1.1.1

* add `clear_history()`
* use `codetools::findGlobals()` to automatically identify "global variables" used in the code block.

-----------------------------------------

Changes in version 1.1.0

* move vignettes out of the package.
* resubmit to CRAN.

------------------------------------------

Changes in version 1.0.3

* add `share` argument so that an object can be shared between multiple jobs

------------------------------------------

Changes in version 1.0.2
* allow minites for submitting jobs
* add `bjobs_barplot` and `bjobs_timeline` functions

--------------------------------------------

Changes in version 1.0.1
* add vignettes
* set `max = Inf` in `print.data.frame()`

--------------------------------------------

Changes in version 1.0.0

* reformat the messages.
* diagram in the shiny app is resizable.
* `bkill()` accepts the job log data frame as input.

---------------------------------------------
Changes in version 0.99.1

* `bsub_chunk()`: add "_all_functions_" tag for `variables` and `_in_session_`
  tag for `packages` arguments.

