Tags: dgkf/options
Tags
Fix: null defaults, logical envvar parsing (#34) Closes #33 Closes #32 * Fixed `define_options` when using a `NULL` default value. Previously, the `NULL` value would not be recognized and would silently ignore the option definition. (@dgkf #34) * Fixed `envvar_is.logical` (and thereby, `envvar_is_true`, `envvar_is_false`), leveraging `as.logical` internally to make the parsing from strings align more closely to what one may expect in R. Notably, all lowercase values `true` and `false` will now be recognized as their respective logical values. (@dgkf #34) Reviewed-on: https://codeberg.org/dgkf/options/pulls/34
Merge pull request 'Prepare Release v0.3.0' (#27) from 26-release int… …o main Reviewed-on: https://codeberg.org/dgkf/options/pulls/27