supportsMulticore {future}R Documentation

Check whether multicore processing is supported or not

Description

Multicore futures are only supported on systems supporting multicore processing. R supports this on most systems, except on Microsoft Windows.

Usage

supportsMulticore()

Value

TRUE if multicore processing is supported, otherwise FALSE.

See Also

To use multicore futures, use plan(multicore).


[Package future version 1.9.0 Index]