We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7cdd2 commit 58d1ffaCopy full SHA for 58d1ffa
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: future.batchtools
2
-Version: 0.12.2-9961
+Version: 0.12.2-9962
3
Depends:
4
R (>= 3.2.0),
5
parallelly,
inst/testme/test-batchtools_bash.R
@@ -6,7 +6,7 @@ message("*** batchtools_bash() ...")
6
7
bin <- Sys.which("bash")
8
if (utils::file_test("-f", bin)) {
9
- plan(future.batchtools::batchtools_bash)
+ plan(future.batchtools::batchtools_bash, resources = list(runtime = 10))
10
print(plan())
11
12
message("*** Launch future")
0 commit comments