Closed dgkf closed 9 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
a2c1102
) 89.34% compared to head (6315833
) 90.57%.
Files | Patch % | Lines |
---|---|---|
R/options_get.R | 96.66% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #8 Closes #9
Adds various utility functions for modifying options:
opt_set()
,opt()<-
andopt_set_local()
.Trying to retrieve an option that is not yet defined will now default to throwing a warning. This behavior can be modified using the
on_missing
argument to functions that fetch option values.