1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/availableCores.R
\name{supportsMulticore}
\alias{supportsMulticore}
\title{Check whether multicore processing is supported or not}
\usage{
supportsMulticore()
}
\value{
TRUE if multicore processing is supported, otherwise FALSE.
}
\description{
Multicore futures are only supported on systems supporting
multicore processing. \R supports this on most systems,
except on Microsoft Windows.
}
\seealso{
To use multicore futures, use \code{\link{plan}(\link{multicore})}.
}
\keyword{internal}
|