RxODE (version 0.9.0-8)

rxPermissive: Permissive or Strict RxODE sytax options

Description

This sets the RxODE syntax to be permissive or strict

Usage

rxPermissive(expr, silent = .isTestthat(), respect = FALSE,
  rxclean = .isTestthat(), cran = FALSE, on.validate = FALSE)

rxStrict(expr, 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.

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.