v0.3.3
- Fixed bug in
extract_strata()where parentheses in strata level labels were incorrectly stripped, e.g."Drug (B)"was truncated to"B". (#2388) - Added fix to ensure
as_carddoes not error after update tocards - Bug fix in
ard_car_vif()where non-syntactic variable names (e.g. those containing spaces) were returned with backticks in thevariablecolumn. Sincegtsummary::tbl_regression()stores variable names without backticks, this mismatch resulted in empty VIF columns ingtsummary::add_vif(). (#335, @NourEdinDarwish)
What's Changed
- Add as_card(check=FALSE) by @kieranjmartin in https://github.com/insightsengineering/cardx/pull/329
- fix: strip backticks from variable names in ard_car_vif() by @NourEdinDarwish in https://github.com/insightsengineering/cardx/pull/336
- Fix extract_strata() stripping parentheses from strata level labels by @ddsjoberg in https://github.com/insightsengineering/cardx/pull/338
- Preparations for the release by @llrs-roche in https://github.com/insightsengineering/cardx/pull/340
New Contributors
- @kieranjmartin made their first contribution in https://github.com/insightsengineering/cardx/pull/329
- @NourEdinDarwish made their first contribution in https://github.com/insightsengineering/cardx/pull/336
Full Changelog: insightsengineering/cardx@v0.3.2...v0.3.3