Version 0.1
AcidCLI 0.1.0 (2021-02-26)
Minor changes:
- Package up initial release suitable for bioconda.
- Updated goalie dependency.
- Added package documentation information to manual.
AcidCLI 0.1.1 (2021-03-31)
Minor changes:
- Changed
=>to#, improving consistency with koopa shell bootloader.
AcidCLI 0.1.2 (2021-07-12)
New functions:
Added wrappers for new rlang-inspired handlers:
-
abortwrapscli_abort. -
informwrapscli_inform. -
warnwrapscli_warn.
AcidCLI 0.1.3 (2021-08-13)
Minor changes:
-
abort,inform,warnnow supportconditionclass (e.g.simpleError) as an input source, which is useful for handoff intryCatchcalls. - Added testthat code coverage. Package coverage is currently 100%.
AcidCLI 0.1.4 (2021-08-14)
Minor changes:
-
abort: Addedcallargument (enabled by default), which allows for setting of verbosity in return – e.g. whether to return backtrace or not. This functions similar to the.callargument defined in basestopfunction.
AcidCLI 0.1.5 (2021-08-18)
Minor changes:
-
abort,inform,warn: Improved line break handling (e.g."\n") inside of calls, matching expected conventions in basestop,message, andwarningrespectively.