Version 0.2
AcidCLI 0.2.0 (2022-03-11)
Starting a new release series for 2022.
Minor changes:
- Updated R dependency to 4.1, matching Bioconductor 3.14 release.
- Updated other package dependencies: cli (3.2.0), crayon (1.5.0), and goalie (0.6.0).
AcidCLI 0.2.3 (2022-09-13)
Major changes:
-
h1: Reworked default appearance to use====separared by line breaks. -
h2-h7: Removed test tube emoji before#.
AcidCLI 0.2.4 (2022-10-20)
Minor changes:
-
h1: Reworked to span the width of console. - Improved fallback support for consoles without UTF-8 support.
AcidCLI 0.2.5 (2022-11-08)
Minor changes:
- Tightened R 4.2 dependency requirements prior to bioconda recipe update.
AcidCLI 0.2.6 (2023-01-30)
Minor changes:
-
abort,inform,warn: Reworked internal code and imports to ensure that rlang is always installed.clipackage update now makesrlangconditional, which caused our error messages to fail in the rare edge case that therlangpackage is not available. We’re now ensuringrlanggets imported directly rather than relying onclito avoid this situation.