register_cluster {mirai} | R Documentation |
Registers 'miraiCluster' with the parallel package as cluster type 'MIRAI' and (optionally) makes it the default cluster type.
register_cluster(default = TRUE)
default |
[default TRUE] logical value whether to also register 'miraiCluster' as the default cluster type. |
Invisible NULL
The underlying implementation in the parallel package this function relies on iis currently only available in R-devel (4.5).
tryCatch(
mirai::register_cluster()
, error = identity)