Skip to content

Commit 68acf0a

Browse files
Updated 'gh-pages' from docs/ folder
1 parent b0d413c commit 68acf0a

14 files changed

+33
-33
lines changed

articles/future.batchtools.html

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

articles/future.batchtools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ library(future)
1111
# Limit runtime to 10 minutes and memory to 400 MiB per future,
1212
# request a parallel environment with four slots on a single host.
1313
# On this system, R is available via environment module 'r'. By
14-
# specifying 'r/4.5.1', 'module load r/4.5.1' will be added to
14+
# specifying 'r/4.5', 'module load r/4.5' will be added to
1515
# the submitted job script.
1616
plan(future.batchtools::batchtools_slurm, resources = list(
1717
time = "00:10:00", mem = "400M", nodes = 1, ntasks = 4,
18-
modules = c("r/4.5.1")
18+
modules = c("r/4.5")
1919
))
2020

2121
# Give it a spin
@@ -30,7 +30,7 @@ f <- future({
3030
info <- value(f)
3131
print(info)
3232
#> hostname os cores modules
33-
#> 1 n12 Linux 4 r/4.5.1
33+
#> 1 n12 Linux 4 r/4.5.2
3434
```
3535

3636
## Introduction

index.html

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

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ library(future)
1111
# Limit runtime to 10 minutes and memory to 400 MiB per future,
1212
# request a parallel environment with four slots on a single host.
1313
# On this system, R is available via environment module 'r'. By
14-
# specifying 'r/4.5.1', 'module load r/4.5.1' will be added to
14+
# specifying 'r/4.5', 'module load r/4.5' will be added to
1515
# the submitted job script.
1616
plan(future.batchtools::batchtools_slurm, resources = list(
1717
time = "00:10:00", mem = "400M", nodes = 1, ntasks = 4,
18-
modules = c("r/4.5.1")
18+
modules = c("r/4.5")
1919
))
2020

2121
# Give it a spin
@@ -30,7 +30,7 @@ f <- future({
3030
info <- value(f)
3131
print(info)
3232
#> hostname os cores modules
33-
#> 1 n12 Linux 4 r/4.5.1
33+
#> 1 n12 Linux 4 r/4.5.2
3434
```
3535

3636
## Introduction

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ library(future)
1111
# Limit runtime to 10 minutes and memory to 400 MiB per future,
1212
# request a parallel environment with four slots on a single host.
1313
# On this system, R is available via environment module 'r'. By
14-
# specifying 'r/4.5.1', 'module load r/4.5.1' will be added to
14+
# specifying 'r/4.5', 'module load r/4.5' will be added to
1515
# the submitted job script.
1616
plan(future.batchtools::batchtools_slurm, resources = list(
1717
time = "00:10:00", mem = "400M", nodes = 1, ntasks = 4,
18-
modules = c("r/4.5.1")
18+
modules = c("r/4.5")
1919
))
2020

2121
# Give it a spin
@@ -30,7 +30,7 @@ f <- future({
3030
info <- value(f)
3131
print(info)
3232
#> hostname os cores modules
33-
#> 1 n12 Linux 4 r/4.5.1
33+
#> 1 n12 Linux 4 r/4.5.2
3434
```
3535

3636
## Introduction

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-02-10T21:47Z
6+
last_built: 2026-02-10T21:53Z
77
urls:
88
reference: https://future.batchtools.futureverse.org/reference
99
article: https://future.batchtools.futureverse.org/articles

reference/.future/20260210_134737-SbdqPs/sessioninfo.txt renamed to reference/.future/20260210_135323-TgbUIu/sessioninfo.txt

File renamed without changes.

reference/BatchtoolsFutureBackend.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/BatchtoolsFutureBackend.md

Lines changed: 4 additions & 4 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: e8df962bd68fad4de151715e8a159d08
211+
#> UUID: 141e30e7818e3484505bcd708e71b937
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/RtmpCNRMm2/future.batchtools/docs/reference/.future/20260210_134737-SbdqPs’ (0 folders)
226+
#> Cache directory: ‘/tmp/hb/RtmpZeCbGe/future.batchtools/docs/reference/.future/20260210_135323-TgbUIu’ (0 folders)
227227
#> batchtools resources:
228228
#> list()
229229

230230
message("Main process ID: ", Sys.getpid())
231-
#> Main process ID: 477785
231+
#> Main process ID: 480943
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 477971
245+
#> 1 hb-x1-2023 Linux 8 481126
246246
#> modules
247247
#> 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: 2 additions & 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)