Skip to content

Commit 7365ec8

Browse files
help tweaks
1 parent 464d12a commit 7365ec8

12 files changed

+44
-34
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.2-9990
2+
Version: 0.12.2-9991
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/batchtools_lsf.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ BatchtoolsLsfFutureBackend <- function(...) {
2020
#' @details
2121
#' Batchtools Load Sharing Facility (LSF) futures use \pkg{batchtools}
2222
#' cluster functions created by [batchtools::makeClusterFunctionsLSF()],
23-
#' which requires that LSF commands `bsub`, `bjobs`, and `bkill` are
24-
#' installed on the current machine.
23+
#' which are used to interact with the LSF job scheduler. This requires
24+
#' that LSF commands `bsub`, `bjobs`, and `bkill` are available on the
25+
#' current machine.
2526
#'
2627
#' The default template script `templates/lsf.tmpl` can be found in:
2728
#'

R/batchtools_openlava.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ BatchtoolsOpenLavaFutureBackend <- function(...) {
1919
#'
2020
#' @details
2121
#' Batchtools OpenLava futures use \pkg{batchtools} cluster functions
22-
#' created by [batchtools::makeClusterFunctionsOpenLava()], which requires
23-
#' that OpenLava commands `sbatch`, `squeue`, and `scancel` are installed on
24-
#' the current machine.
22+
#' created by [batchtools::makeClusterFunctionsOpenLava()], which are used
23+
#' to interact with the OpenLava job scheduler. This requires that OpenLava
24+
#' commands `bsub`, `bjobs`, and `bkill` are available on the current
25+
#' machine.
2526
#'
2627
#' The default template script `templates/openlava.tmpl` can be found in:
2728
#'

R/batchtools_sge.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ print.BatchtoolsSGEFutureBackend <- function(x, ...) {
2727
#'
2828
#' @details
2929
#' Batchtools SGE futures use \pkg{batchtools} cluster functions
30-
#' created by [batchtools::makeClusterFunctionsSGE()], which requires
31-
#' that SGE commands `qsub`, `qstat`, and `qdel` are installed on
32-
#' the current machine.
30+
#' created by [batchtools::makeClusterFunctionsSGE()], which are used
31+
#' to interact with the SGE job scheduler. This requires that SGE
32+
#' commands `qsub`, `qstat`, and `qdel` are available on the current
33+
#' machine.
3334
#'
3435
#' The default template script `templates/sge.tmpl` can be found in:
3536
#'

R/batchtools_slurm.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ print.BatchtoolsSlurmFutureBackend <- function(x, ...) {
2828
#'
2929
#' @details
3030
#' Batchtools slurm futures use \pkg{batchtools} cluster functions
31-
#' created by [batchtools::makeClusterFunctionsSlurm()], which requires
32-
#' that Slurm commands `sbatch`, `squeue`, and `scancel` are installed on
33-
#' the current machine.
31+
#' created by [batchtools::makeClusterFunctionsSlurm()], which are used
32+
#' to interact with the Slurm job scheduler. This requires that Slurm
33+
#' commands `sbatch`, `squeue`, and `scancel` are available on the current
34+
#' machine.
3435
#'
3536
#' The default template script `templates/slurm.tmpl` can be found in:
3637
#'

R/batchtools_torque.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ BatchtoolsTorqueFutureBackend <- function(...) {
1717
#' @param \ldots Not used.
1818
#'
1919
#' @details
20-
#' Batchtools torque futures use \pkg{batchtools} cluster functions
21-
#' created by [batchtools::makeClusterFunctionsTORQUE()], which requires
22-
#' that TORQUE commands `qsub`, `qselect`, and `qdel` are installed on
20+
#' Batchtools TORQUE/PBS futures use \pkg{batchtools} cluster functions
21+
#' created by [batchtools::makeClusterFunctionsTORQUE()], which are used
22+
#' to interact with the TORQUE/PBS job scheduler. This requires that
23+
#' TORQUE/PBS commands `qsub`, `qselect`, and `qdel` are available on
2324
#' the current machine.
2425
#'
2526
#' The default template script `templates/torque.tmpl` can be found in:

man/batchtools_lsf.Rd

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

man/batchtools_openlava.Rd

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

man/batchtools_sge.Rd

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

man/batchtools_slurm.Rd

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

0 commit comments

Comments
 (0)