Skip to content

Commit eb1e0c5

Browse files
Use plan(<pkg>::<name>)
1 parent aedf289 commit eb1e0c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-9946
2+
Version: 0.12.2-9947
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/batchtools_bash.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ BatchtoolsBashFutureBackend <- function(...,
6363
#' library(future)
6464
#'
6565
#' # Limit runtime to 30 seconds per future
66-
#' plan(batchtools_bash, resources = list(runtime = 30))
66+
#' plan(future.batchtools::batchtools_bash, resources = list(runtime = 30))
6767
#'
6868
#' message("Main process ID: ", Sys.getpid())
6969
#'

man/batchtools_bash.Rd

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

0 commit comments

Comments
 (0)