Skip to content

Commit b0d413c

Browse files
Updated 'gh-pages' from docs/ folder
1 parent 7094a95 commit b0d413c

File tree

12 files changed

+46
-43
lines changed

12 files changed

+46
-43
lines changed

deps/bootstrap-5.3.1/bootstrap.min.css

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

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
future.batchtools: future.batchtools.html
6-
last_built: 2026-01-26T00:32Z
6+
last_built: 2026-02-10T21:47Z
77
urls:
88
reference: https://future.batchtools.futureverse.org/reference
99
article: https://future.batchtools.futureverse.org/articles

reference/.future/20260125_163204-c64H36/sessioninfo.txt renamed to reference/.future/20260210_134737-SbdqPs/sessioninfo.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ attached base packages:
2121
[1] stats graphics grDevices utils datasets methods base
2222

2323
other attached packages:
24-
[1] future.batchtools_0.21.0-9007 future_1.69.0-9002
24+
[1] future.batchtools_0.21.0-9007 future_1.69.0-9008
2525

2626
loaded via a namespace (and not attached):
2727
[1] rappdirs_0.3.4 sass_0.4.10 xml2_1.5.2
@@ -32,16 +32,16 @@ loaded via a namespace (and not attached):
3232
[16] fansi_1.0.7 brew_1.0-10 textshaping_1.0.4
3333
[19] codetools_0.2-20 httr2_1.2.2 jquerylib_0.1.4
3434
[22] cli_3.6.5 crayon_1.5.3 rlang_1.1.7
35-
[25] parallelly_1.46.1-9004 remotes_2.5.0 withr_3.0.2
35+
[25] parallelly_1.46.1-9008 remotes_2.5.0 withr_3.0.2
3636
[28] cachem_1.1.0 yaml_2.3.12 otel_0.2.0
3737
[31] tools_4.5.2 parallel_4.5.2 debugme_1.2.0
38-
[34] memoise_2.0.1 checkmate_2.3.3 base64url_1.4
39-
[37] globals_0.18.0-9004 curl_7.0.0 vctrs_0.7.1
40-
[40] R6_2.6.1 lifecycle_1.0.5 htmlwidgets_1.6.4
41-
[43] fs_1.6.6 ragg_1.5.0 fontawesome_0.5.3
42-
[46] pkgconfig_2.0.3 desc_1.4.3 pkgdown_2.2.0
43-
[49] pillar_1.11.1 bslib_0.9.0 glue_1.8.0
44-
[52] data.table_1.18.0 systemfonts_1.3.1 xfun_0.56
45-
[55] tibble_3.3.1 batchtools_0.9.18 rstudioapi_0.18.0
46-
[58] knitr_1.51 htmltools_0.5.9 rmarkdown_2.30
47-
[61] compiler_4.5.2 prettyunits_1.2.0 downlit_0.4.5
38+
[34] memoise_2.0.1 checkmate_2.3.4 base64url_1.4
39+
[37] globals_0.19.0 vctrs_0.7.1 R6_2.6.1
40+
[40] lifecycle_1.0.5 htmlwidgets_1.6.4 fs_1.6.6
41+
[43] ragg_1.5.0 fontawesome_0.5.3 pkgconfig_2.0.3
42+
[46] desc_1.4.3 pkgdown_2.2.0 pillar_1.11.1
43+
[49] bslib_0.10.0 glue_1.8.0 data.table_1.18.2.1
44+
[52] systemfonts_1.3.1 xfun_0.56 tibble_3.3.1
45+
[55] batchtools_0.9.18 rstudioapi_0.18.0 knitr_1.51
46+
[58] htmltools_0.5.9 rmarkdown_2.30 compiler_4.5.2
47+
[61] prettyunits_1.2.0 downlit_0.4.5

reference/BatchtoolsFutureBackend.html

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

reference/BatchtoolsFutureBackend.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ print(plan())
208208
#> - call: plan(future.batchtools::batchtools_custom, cluster.functions = cf)
209209
#> BatchtoolsCustomFutureBackend:
210210
#> Inherits: BatchtoolsMultiprocessFutureBackend, BatchtoolsFutureBackend, MultiprocessFutureBackend, FutureBackend
211-
#> UUID: 932ef9e1df020438d7a162a1a0d9af46
211+
#> UUID: e8df962bd68fad4de151715e8a159d08
212212
#> Number of workers: 1
213213
#> Number of free workers: 1
214214
#> Available cores: 8
@@ -223,12 +223,12 @@ print(plan())
223223
#> batchtools configuration file: <NA>
224224
#> batchtools cluster functions: ‘Interactive’
225225
#> batchtools cluster functions template: <NA>
226-
#> Cache directory: ‘/tmp/hb/RtmpB6DvE0/future.batchtools/docs/reference/.future/20260125_163204-c64H36’ (0 folders)
226+
#> Cache directory: ‘/tmp/hb/RtmpCNRMm2/future.batchtools/docs/reference/.future/20260210_134737-SbdqPs’ (0 folders)
227227
#> batchtools resources:
228228
#> list()
229229

230230
message("Main process ID: ", Sys.getpid())
231-
#> Main process ID: 276558
231+
#> Main process ID: 477785
232232

233233
f <- future({
234234
data.frame(
@@ -242,7 +242,7 @@ f <- future({
242242
info <- value(f)
243243
print(info)
244244
#> hostname os cores pid
245-
#> 1 hb-x1-2023 Linux 8 276741
246-
#> modules
247-
#> 1 CBI:bash-startup/0.5.0:restic/0.18.1:r/4.5.2:quarto/1.8.26:bat/0.26.1:git-flow/1.12.3:shellcheck/0.11.0
245+
#> 1 hb-x1-2023 Linux 8 477971
246+
#> modules
247+
#> 1 CBI:bash-startup/0.5.0:restic/0.18.1:r/4.5.2:quarto/1.8.27:bat/0.26.1:git-flow/1.12.3:git-extras/7.4.0:shellcheck/0.11.0
248248
```

reference/batchtools_interactive.html

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

reference/batchtools_interactive.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library(future)
5555
plan(future.batchtools::batchtools_interactive)
5656

5757
message("Main process ID: ", Sys.getpid())
58-
#> Main process ID: 276558
58+
#> Main process ID: 477785
5959

6060
f <- future({
6161
data.frame(
@@ -69,7 +69,7 @@ f <- future({
6969
info <- value(f)
7070
print(info)
7171
#> hostname os cores pid
72-
#> 1 hb-x1-2023 Linux 8 276558
73-
#> modules
74-
#> 1 CBI:bash-startup/0.5.0:restic/0.18.1:r/4.5.2:quarto/1.8.26:bat/0.26.1:git-flow/1.12.3:shellcheck/0.11.0
72+
#> 1 hb-x1-2023 Linux 8 477785
73+
#> modules
74+
#> 1 CBI:bash-startup/0.5.0:restic/0.18.1:r/4.5.2:quarto/1.8.27:bat/0.26.1:git-flow/1.12.3:git-extras/7.4.0:shellcheck/0.11.0
7575
```

reference/batchtools_local.html

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

reference/batchtools_local.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ library(future)
5353
plan(future.batchtools::batchtools_local)
5454

5555
message("Main process ID: ", Sys.getpid())
56-
#> Main process ID: 276558
56+
#> Main process ID: 477785
5757

5858
f <- future({
5959
data.frame(
@@ -67,7 +67,7 @@ f <- future({
6767
info <- value(f)
6868
print(info)
6969
#> hostname os cores pid
70-
#> 1 hb-x1-2023 Linux 8 276856
71-
#> modules
72-
#> 1 CBI:bash-startup/0.5.0:restic/0.18.1:r/4.5.2:quarto/1.8.26:bat/0.26.1:git-flow/1.12.3:shellcheck/0.11.0
70+
#> 1 hb-x1-2023 Linux 8 478096
71+
#> modules
72+
#> 1 CBI:bash-startup/0.5.0:restic/0.18.1:r/4.5.2:quarto/1.8.27:bat/0.26.1:git-flow/1.12.3:git-extras/7.4.0:shellcheck/0.11.0
7373
```

reference/batchtools_slurm.html

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

0 commit comments

Comments
 (0)