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