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.
Checking Option Values
Option values specific to val.meter
can be
accessed by passing the package name to env
.
Options
- policy
-
Set the default val.meter policies, specifying how package
resources will be discovered and what permissions are granted when
calculating metrics.
- default:
policy()
- option:
val.meter.policy
- envvar:
R_VAL_METER_POLICY (evaluated if possible, raw string otherwise)
- tags
- logs
-
Logging directory where artifacts will be stored. Defaults to a temporary
directory.
- default:
ns_tmp_root()
- option:
val.meter.logs
- envvar:
R_VAL_METER_LOGS (evaluated if possible, raw string otherwise)
- quiet
-
Silences console output during evaluation. This applies when pulling package
resources (such as download and installation output) and executing code
(for example, running R CMD check)
- default:
TRUE
- option:
val.meter.quiet
- envvar:
R_VAL_METER_QUIET (evaluated if possible, raw string otherwise)