| rxOptions {RxODE} | R Documentation |
This is a backend for rxPermissive (with
op.rx = 2) and rxStrict (with
op.rx =1)
rxOptions(expr, op.rx = NULL, silent = .isTestthat(), respect = FALSE, cran = FALSE, on.validate = FALSE)
expr |
Expression to evaluate in the permissive/strict environment. If unspecified, set the options for the current environment. |
op.rx |
A numeric for strict (1) or permissive (2) syntax. |
silent |
when true, also silence the syntax errors and interactive output (useful in testing). |
respect |
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. |
cran |
When specified and true, run on CRAN. Otherwise it is skipped on CRAN. |
on.validate |
When TRUE run only when validating. |
When expr is missing and op.rx is NULL, this
displays the current RxODE options.
Matthew L. Fidler