8000 Tags · dgkf/options · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dgkf/options

Tags

v0.3.1

Toggle v0.3.1's commit message
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

v0.3.0

Toggle v0.3.0's commit message
Merge pull request 'Prepare Release v0.3.0' (#27) from 26-release int…

…o main

Reviewed-on: https://codeberg.org/dgkf/options/pulls/27

v0.2.0

Toggle v0.2.0's commit message
update version for cran release

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding NAMESPACE and man files to example package (#4)

v0.0.1

Toggle v0.0.1's commit message
CRAN submission cleanup

0