We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387a9fc commit ff62586Copy full SHA for ff62586
vignettes/parallel.Rmd
@@ -26,6 +26,8 @@ Then add the following line to the `DESCRIPTION`:
26
Config/testthat/parallel: true
27
```
28
29
+If needed (for example, for debugging) you can temporarily suppress parallel testing with `Sys.setenv(TESTTHAT_PARALLEL = "false")`.
30
+
31
By default, testthat will use `getOption("Ncpus", 2)` cores.
32
To increase that value for your development machine we recommend setting `TESTTHAT_CPUS` in your `.Renviron`.
33
The easiest way to do that is call `usethis::edit_r_environ()` and then add something like the following:
0 commit comments