bru_safe_inla {inlabru} | R Documentation |
Load INLA safely for examples and tests
Description
Loads the INLA package with requireNamespace("INLA", quietly = TRUE)
, and
optionally checks and sets the multicore num.threads
INLA option.
Usage
bru_safe_inla(multicore = NULL, quietly = FALSE, minimum_version = "23.1.31")
Arguments
multicore |
logical; if |
quietly |
logical; if |
minimum_version |
character; the minimum required INLA version. Default 23.1.31 (should always match the requirement in the package DESCRIPTION) |
Value
logical; TRUE
if INLA was loaded safely, otherwise FALSE
Examples
## Not run:
if (bru_safe_inla()) {
# Run inla dependent calculations
}
## End(Not run)
[Package inlabru version 2.11.1 Index]