pll_debug {cvasi} | R Documentation |
Disable parallelization for debugging
Description
In certain cases it might be beneficial to disable parallel execution of e.g. effect profile calculations. By disabling, all processes run sequentially and instantly pass messages to the console which would be delayed during parallel processing. This makes it easier to pinpoint problems within the data or algorithm.
Usage
pll_debug(state = TRUE)
Arguments
state |
|
Value
no return value
[Package cvasi version 1.1.3 Index]