NEWS
rconfig 0.3.0 (2023-06-27)
- Variable splitting did not consider the separator on the right hand side, now fixed.
- Added new function
read_ini
to read INI configuration files.
rconfig 0.2.0 (2023-02-11)
- Added functionality to substitute variables (#8).
- Nicer formatting for markdown code blocks (#10 by @eitsupi).
rconfig 0.1.5 (2022-11-02)
- Update date field (The Date field is over a month old).
rconfig 0.1.4
value()
by default coerces the config value to the same storage type as the default value when the default value is not NULL
.
rconfig 0.1.3 (2022-06-22)
- 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).
rconfig 0.1.2 (2022-04-15)
- Added
value()
method (#2).
rconfig 0.1.1 (2022-02-21)
- Added
LICENSE.md
with explicit MIT text and LICENSE
with 2 lines only.
rconfig 0.1.0
- First (failed) CRAN submission.