powered by
This function informs if sits examples should run. This is useful to avoid running slow examples in CRAN environment.
sits_run_examples()
A logical value
if (sits_run_examples()) { # set examples to FALSE sits_config(run_examples = FALSE) isFALSE(sits_run_examples()) # recover config state sits_config(run_examples = TRUE) }
Run the code above in your browser using DataLab