diff --git a/404.html b/404.html index ad79338..d988a04 100644 --- a/404.html +++ b/404.html @@ -47,7 +47,7 @@
diff --git a/CONDUCT.html b/CONDUCT.html index afa089a..971a75f 100644 --- a/CONDUCT.html +++ b/CONDUCT.html @@ -23,7 +23,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index c28d01c..c21bd94 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -23,7 +23,7 @@ diff --git a/articles/index.html b/articles/index.html index c6a17e8..219280f 100644 --- a/articles/index.html +++ b/articles/index.html @@ -23,7 +23,7 @@ diff --git a/articles/parallelly-01-intro.html b/articles/parallelly-01-intro.html index c4c40a7..b25fe0f 100644 --- a/articles/parallelly-01-intro.html +++ b/articles/parallelly-01-intro.html @@ -46,7 +46,7 @@ diff --git a/articles/parallelly-10-local-workers.html b/articles/parallelly-10-local-workers.html index a8ba727..dc9d624 100644 --- a/articles/parallelly-10-local-workers.html +++ b/articles/parallelly-10-local-workers.html @@ -46,7 +46,7 @@ diff --git a/articles/parallelly-12-remote-workers.html b/articles/parallelly-12-remote-workers.html index f987a48..f68120a 100644 --- a/articles/parallelly-12-remote-workers.html +++ b/articles/parallelly-12-remote-workers.html @@ -46,7 +46,7 @@ diff --git a/articles/parallelly-15-cloud-workers.html b/articles/parallelly-15-cloud-workers.html index e9e6de7..ed6b12e 100644 --- a/articles/parallelly-15-cloud-workers.html +++ b/articles/parallelly-15-cloud-workers.html @@ -46,7 +46,7 @@ diff --git a/articles/parallelly-17-hpc-workers.html b/articles/parallelly-17-hpc-workers.html index f972044..09c3aea 100644 --- a/articles/parallelly-17-hpc-workers.html +++ b/articles/parallelly-17-hpc-workers.html @@ -46,7 +46,7 @@ diff --git a/articles/parallelly-20-limit-workers.html b/articles/parallelly-20-limit-workers.html index 33936ca..33bf0e5 100644 --- a/articles/parallelly-20-limit-workers.html +++ b/articles/parallelly-20-limit-workers.html @@ -46,7 +46,7 @@ diff --git a/articles/parallelly-21-container-workers.html b/articles/parallelly-21-container-workers.html index 5d7008b..c974c74 100644 --- a/articles/parallelly-21-container-workers.html +++ b/articles/parallelly-21-container-workers.html @@ -46,7 +46,7 @@ diff --git a/articles/parallelly-22-wine-workers.html b/articles/parallelly-22-wine-workers.html index 1d9a175..895d508 100644 --- a/articles/parallelly-22-wine-workers.html +++ b/articles/parallelly-22-wine-workers.html @@ -46,7 +46,7 @@ diff --git a/authors.html b/authors.html index cc6cfdf..5fc7eca 100644 --- a/authors.html +++ b/authors.html @@ -23,7 +23,7 @@ @@ -176,14 +176,14 @@Bengtsson H (2025). parallelly: Enhancing the 'parallel' Package. -R package version 1.41.0-9009, +R package version 1.41.0-9011, https://github.com/futureverse/parallelly, https://parallelly.futureverse.org.
@Manual{, title = {parallelly: Enhancing the 'parallel' Package}, author = {Henrik Bengtsson}, year = {2025}, - note = {R package version 1.41.0-9009, + note = {R package version 1.41.0-9011, https://github.com/futureverse/parallelly}, url = {https://parallelly.futureverse.org}, }diff --git a/index.html b/index.html index b903040..b292063 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ diff --git a/news/index.html b/news/index.html index 1bc8a13..813b7f3 100644 --- a/news/index.html +++ b/news/index.html @@ -23,7 +23,7 @@ @@ -164,7 +164,9 @@
isNodeAlive()
and killNode()
on cluster nodes running on external machines would produce Error in match.arg(type, choices = known_types, several.ok = FALSE) : 'arg' must be of length 1
. This bug was introduced in version 1.38.0 (2024-07-27), when adding richer support for the rscript_sh
argument.Call isNodeAlive()
and killNode()
on cluster nodes running on external machines would produce Error in match.arg(type, choices = known_types, several.ok = FALSE) : 'arg' must be of length 1
. This bug was introduced in version 1.38.0 (2024-07-27), when adding richer support for the rscript_sh
argument.
Call isNodeAlive()
and killNode()
on cluster nodes running on external machines would produce Error: ‘length(rsh_call) == 1L’ is not TRUE
if options rshopts
were specified during creation.
The value of availableCores()
was numeric rather than integer as documented. This harmless bug was introduced in version 1.31.0 (2022-04-07).
loadavg <- cpuLoad()
print(loadavg)
#> 1min 5min 15min
-#> 0.93 0.64 0.47
+#> 1.95 1.42 1.07
free <- freeCores()
print(free)
-#> [1] 6
+#> [1] 5
#> attr(,"loadavg")
#> 1min 5min 15min
-#> 0.93 0.64 0.47
+#> 1.95 1.42 1.07
#> attr(,"maxCores")
#> system
#> 8
diff --git a/reference/freePort.html b/reference/freePort.html
index a883dc9..4b4a778 100644
--- a/reference/freePort.html
+++ b/reference/freePort.html
@@ -23,7 +23,7 @@