I am building a vignette for R package mistral (see github.com/clemlaflemme/mistral) and the devtools::check(cleanup = FALSE)
returns a Warning
Error: processing vignette 'mistral-vignette.Rmd' failed with diagnostics:
4 simultaneous processes spawned
Execution halted
I could not find any help on Google. Actually I do use parallel computing in the vignette, is it not allowed ?
Checkout this answer to see how you can do this more efficiently:
R CRAN Check fail when using parallel functions