Changelog
Source:NEWS.md
roxytypes v0.1.2
- Further fixes to
glue::glueuse, a continuation of the fixes in v0.1.1. (@dgkf #18)
roxytypes v0.1.1
CRAN release: 2024-09-20
- Updates use of
glue::glue, which previously made use of soon-to-be-deprecated behavior. Thanks to @jennybc reverse dependency checks and subsequent PR #15.
roxytypes v0.0.0.9000
Automatically apply default formatting based on field types. For
typefields, this will perform a default formatting (seeroxytypes:::as.character.roxy_tag_field_type). To use another formatting style in a config, use"{unclass(type)}"(@dgkf #13)Improved the stability of some custom formatting syntax, and improved documentation for user-provided custom formatting functions. (@dgkf #11)
Argument order of
convert()rearranged so thatpathis the first argument.convert()will attempt to discoverformatfrom the config of the paackage atpath. (@dgkf #10)