Learn R Programming

cvasi (version 1.4.0)

pll_debug: 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)

Value

no return value

Arguments

state

logical, if TRUE then parallelization is disabled