Skip to content

Commit cff4539

Browse files
committed
update docs + news
1 parent 8fbfda0 commit cff4539

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
User scripts might need to explicitly attach `data.table` via `library()` now.
55
* Fixes for `ClusterFunctionsMulticore`.
66
* Removed a workaround for `system2()` for R-devel (to be released as R-4.0.0).
7+
* New configuration option `compress` to select the compression algorithm (passed down to `saveRDS()`).
78

89
# batchtools 0.9.11
910

R/Registry.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#' \item{\code{temp.dir}:}{Path to directory to use for temporary registries.}
3030
#' \item{\code{sleep}:}{Custom sleep function. See \code{\link{waitForJobs}}.}
3131
#' \item{\code{expire.after}:}{Number of iterations before treating jobs as expired in \code{\link{waitForJobs}}.}
32+
#' \item{\code{compress}:}{Compression algorithm to use via \code{\link{saveRDS}}.}
3233
#' }
3334
#'
3435
#' @param file.dir [\code{character(1)}]\cr

man/makeRegistry.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)