syntactic 0.1.0 (2019-01-01)
Initial release. Migrated syntactic name functions from basejump package here to form a more compact package that is easier to unit test.
syntactic 0.1.1 (2019-01-04)
Minor changes:
- Added back Matrix S4 class method support.
syntactic 0.1.2 (2019-01-05)
Minor changes:
- Matrix NAMESPACE fix.
- Documentation improvements.
syntactic 0.1.3 (2019-01-23)
Minor changes:
- Split out imports into
imports.R file, to match conventions used in the other basejump subpackages.
- Added pkgdown website.
syntactic 0.1.4 (2019-02-11)
Minor changes:
- Converted
capitalize to S4 method that dispatches on character vectors.
syntactic 0.1.5 (2019-02-25)
New functions:
-
kebab: Added character vector method support for kebab case.
Minor changes:
- Improved internal code to remove dependency on magrittr pipe.
syntactic 0.1.6 (2019-03-22)
Minor changes:
syntactic 0.1.7 (2019-03-28)
Minor changes:
- Added SummarizedExperiment methods for syntactic naming functions, which reenables support for
rownames and colnames arguments.
- Switched to using AcidTest package for example test data.
syntactic 0.1.8 (2019-03-29)
Minor changes:
- Bug fixes for
SummarizedExperiment method support in syntactic functions. Added method suport for snake, which was missing, and forgot to import SummarizedExperiment as a class.
- 100% code coverage!
syntactic 0.1.9 (2019-04-25)
Minor changes:
- S4 generic reexport documentation fixes.
syntactic 0.1.10 (2019-07-12)
Minor changes:
- Updated R dependency to 3.5.