Open m4x74 opened 1 year ago
I found that the documentation regarding the parallelisation on local machine is based on a deprecated future plan (see future#420 or here). The future::plan(multiprocess) is replaced by future::plan(multiprocess) and future::plan(multicore).
future::plan(multiprocess)
future::plan(multicore)
I found that the documentation regarding the parallelisation on local machine is based on a deprecated future plan (see future#420 or here). The
future::plan(multiprocess)
is replaced byfuture::plan(multiprocess)
andfuture::plan(multicore)
.