Skip to content

Commit ae51852

Browse files
Use only constants in batchtools_nnn() functions for now; fixed in future (> 1.67.0)
1 parent c0b846a commit ae51852

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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-9937
2+
Version: 0.12.2-9938
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
@@ -67,7 +67,7 @@ BatchtoolsBashFutureBackend <- function(...,
6767
#' @export
6868
batchtools_bash <- function(
6969
...,
70-
cluster.functions = makeClusterFunctionsBash(template = "bash", fs.latency = fs.latency),
70+
cluster.functions = makeClusterFunctionsBash(template = "bash", fs.latency = 0.0),
7171
fs.latency = 0.0,
7272
template = "bash",
7373
registry = list(),

man/batchtools_bash.Rd

Lines changed: 1 addition & 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)