Skip to content

Commit 9732ed4

Browse files
help tweaks [ci skip]
1 parent f259ad2 commit 9732ed4

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

R/batchtools_bash.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BatchtoolsBashFutureBackend <- function(...,
3838
#'
3939
#' @details
4040
#' Batchtools bash futures uses \pkg{batchtools} cluster functions
41-
#' created by [makeClusterFunctionsBash()] and requires that `bash' is
41+
#' created by [makeClusterFunctionsBash()] and requires that `bash` is
4242
#' installed on the current machine and the `timeout` command is available.
4343
#'
4444
#' The default template script `templates/bash.tmpl` can be found in:

R/options.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
#' is deleted after the future result has been collected.
4444
#' If TRUE, it is always deleted.
4545
#' If FALSE, it is never deleted.
46-
#' If not set or NULL, the it is deleted, unless running in non-interactive
46+
#' If not set or NULL, then it is deleted, unless running in non-interactive
4747
#' mode and the batchtools job failed or expired, which helps to
4848
#' troubleshoot when running in batch mode.
49-
#' (Default: NULL (not set))}
49+
#' (Default: not set)}
5050
#' }
5151
#'
5252
#' @section Environment variables that set R options:

man/batchtools_bash.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/zzz-future.batchtools.options.Rd

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

0 commit comments

Comments
 (0)