RxODE (version 0.8.0-9)

rxOptions: Options for RxODE

Description

This is a backend for rxPermissive (with op.rx = 2) and rxStrict (with op.rx =1)

Usage

rxOptions(expr, op.rx = NULL, silent = .isTestthat(),
  respect = FALSE, rxclean = .isTestthat(), cran = FALSE,
  on.validate = FALSE)

Arguments

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.

rxclean

when TRUE, call rxClean before and after the expr is called.

cran

When specifyed and true, run on CRAN. Otherwise it is skipped on cran.

on.validate

When TRUE run only when validating.

Details

When expr is missing and op.rx is NULL, this desplays the current RxODE options.