By default, the package will use multithreading for many calculations if OpenMP is available on the system. For multi-user systems this may not be desired, so parallel execution can be disabled with this function.
setParallel(parallel_, cores_ = 2L)
None, called for effects
Logical indicating whether to use parallel computation (TRUE) or disable it (FALSE)
Number of cores for parallel execution