Closed LucasFVoges closed 3 years ago
At the moment GRADA will use always the mclapply() function. This can be easely set to lapply() without big changes.
Solution: if (numCores == 1){ use lapply() } else { use mclapply() }
At the moment GRADA will use always the mclapply() function. This can be easely set to lapply() without big changes.
Solution: if (numCores == 1){ use lapply() } else { use mclapply() }