RxODE (version 0.9.2-1)

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,
  cran = FALSE,
  on.validate = FALSE,
  test = NULL
)

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.

cran

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

on.validate

When TRUE run only when validating.

test

When specified as a string, the enclosed test is skipped unless the environmental variable "rxTest" equals this value.

Details

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