- Variable splitting did not consider the separator on the right hand side, now fixed.
- Added new function
read_ini
to read INI configuration files.
- Added functionality to substitute variables (#8).
- Nicer formatting for markdown code blocks (#10 by @eitsupi).
- Update date field (The Date field is over a month old).
value()
by default coerces the config value to the same storage type as the default value when the default value is notNULL
.
- Empty flag is invalid and throws an error (#3).
- Allow verb arguments for sub-commands with a
command()
method to access these from within the scripts (#4).
- Added
value()
method (#2).
- Added
LICENSE.md
with explicit MIT text andLICENSE
with 2 lines only.
- First (failed) CRAN submission.