Version 0.2
syntactic 0.2.0 (2019-07-22)
Major changes:
- Renamed case functions.
cameltocamelCase;kebabtokebabCase;snaketosnakeCase;upperCameltoupperCamelCase.
Minor changes:
- Updated naming consistency of internal S4 functions.
- Updated basejump dependencies.
syntactic 0.2.1 (2019-07-28)
New functions:
-
makeWords: Take a syntactic name vector and reformat to character strings containing words separated by spaces. -
label: Generates a character string suitable for plot axis labels. Uses the newmakeWordsfunction internally. -
title: Generate a sentence case string suitable for plot titles.
syntactic 0.2.2 (2019-07-29)
Minor changes:
- Renamed
labeltomakeLabelandtitletomakeTitle, so we don’t mask any functions in the graphics package.
syntactic 0.2.3 (2019-08-11)
Minor changes:
- Documentation improvements.
- Updated basejump dependencies.
syntactic 0.2.5 (2019-09-09)
Minor changes:
- Migrated S4 generics here from bioverbs package, because they’re not really “biological” per se. I consolidated the generics here in case we need to submit syntactic to CRAN rather than Bioconductor.
- Removed S4 generic methods for
mcolnames. I’ll add this into basejump directly instead. - Improved documentation consistency and added timestamps.