This sets the RxODE syntax to be permissive or strict
rxPermissive(expr, silent = (regexpr("/tests/testthat/", getwd(), fixed =
TRUE) != -1), respect = FALSE, rxclean = (regexpr("/tests/testthat/",
getwd(), fixed = TRUE) != -1), cran = FALSE, on.validate = FALSE)rxStrict(expr, silent = (regexpr("/tests/testthat/", getwd(), fixed = TRUE) !=
-1), respect = FALSE, rxclean = (regexpr("/tests/testthat/", getwd(),
fixed = TRUE) != -1), cran = FALSE, on.validate = FALSE)
Expression to evaluate in the permissive/strict environment. If unspecified, set the options for the current environment.
when true, also silence the syntax errors and interactive output (useful in testing).
when TRUE, respect any options that are specified. This is called at startup, but really should not be called elsewhere, otherwise the options are not changed.
when TRUE, call rxClean before and after the expr is called.
When specifyed and true, run on CRAN. Otherwise it is skipped on cran.
When TRUE run only when validating.