This is identified via the 'parallel' parameter from the config file. If this parameter is not available in the config file (or the parameters are imported with an error), the chapter is considered to not be run in parallel.
checkChapterParallel(
configFile,
configDir = file.path(inputDir, "config"),
inputDir = "."
)
Logical, if TRUE, the chapter is run in parallel (FALSE if not available).
String with filename of the config file of interest in YAML format.
String with directory with config files,
by default a 'config' folder in inputDir
.
It should contain a general 'config.yml' file and dedicated
'config-[X].yml' for each chapter.
The order of each chapter is specified in the 'config' slot in the general
general 'config.yml'.
String with input directory, working directory by default.