powered by
Multicore futures are only supported on systems supporting multicore processing. R supports this on most systems, except on Microsoft Windows.
supportsMulticore()
TRUE if multicore processing is supported, otherwise FALSE.
To use multicore futures, use plan(multicore).
plan(multicore)