local_exc_testthat | R Documentation |
Local helper functions for package unit tests
local_exc_safe_inla(multicore = FALSE, quietly = TRUE, envir = parent.frame())
multicore |
logical; if |
quietly |
logical; if |
envir |
environment for exit handlers |
local_exc_safe_inla()
: Tests should set num.threads = "1:1" to ensure
within-system repeatability by calling local_exc_safe_inla()
;
see also exc_safe_inla()
## Not run:
local_exc_safe_inla(multicore = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.