View source: R/xCheckParallel.r
xCheckParallel | R Documentation |
xCheckParallel
is used to check whether parallel computing
should be used and how
xCheckParallel(multicores = NULL, verbose = TRUE)
multicores |
an integer to specify how many cores will be registered as the multicore parallel backend to the 'foreach' package. If NULL, it will use a half of cores available in a user's computer |
verbose |
logical to indicate whether the messages will be displayed in the screen. By default, it sets to true for display |
TRUE for using parallel computing; FALSE otherwise
Whether parallel computation with multicores is used is system-specific. Also, it will depend on whether these two packages "foreach" and "doParallel" have been installed.
xCheckParallel
RData.location <- "http://galahad.well.ox.ac.uk/bigdata" ## Not run: xCheckParallel() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.