Internally used, package-specific options. All options will prioritize R options() values, and fall back to environment variables if undefined. If neither the option nor the environment variable is set, a default value is used.
Option values specific to casimir can be
accessed by passing the package name to env.
options::opts(env = "casimir")options::opt(x, default, env = "casimir")
FALSEcasimir.ignore_inconsistencies
R_CASIMIR_IGNORE_INCONSISTENCIES (evaluated if possible, raw string otherwise)
FALSEcasimir.progress
R_CASIMIR_PROGRESS (evaluated if possible, raw string otherwise)
FALSEcasimir.verbose
R_CASIMIR_VERBOSE (evaluated if possible, raw string otherwise)
TRUEcasimir.check_group_names
R_CASIMIR_CHECK_GROUP_NAMES (evaluated if possible, raw string otherwise)
TRUEcasimir.drop_empty_groups
R_CASIMIR_DROP_EMPTY_GROUPS (evaluated if possible, raw string otherwise)
NULLcasimir.replace_zero_division_with
R_CASIMIR_REPLACE_ZERO_DIVISION_WITH (evaluated if possible, raw string otherwise)
options getOption Sys.setenv Sys.getenv