v0.4.0
New Features and Functions
- Added functions
as_cards_fn(),is_cards_fn(), andget_cards_fn_stat_names(). These functions assist is creating functions with attributes enumerating the expected results. - Updated
ard_continuous()andard_complex()to return full ARDs when functions passed are created withas_cards_fn(): instead of a single row output, we get a long ARD with rows for each of the expected statistic names. (#316) - Added function
ard_pairwise()to ease the calculations of pairwise analyses. (#359)
Other Updates
- Improved messaging in
print_ard_conditions()when the calling function is namespaced. (#348) - Updated print method for
'card'objects so extraneous columns are never printed by default.
Lifecycle Changes
- No longer exporting functions
check_pkg_installed(),is_pkg_installed(),get_min_version_required(),get_pkg_dependencies(). These functions are now internal-only. (#330)
Bug Fixes
- The
tidy_ard_column_order()now correctly orders grouping columns when there are 10+ groups. This also corrects an issue in the hierarchical functions where the ordering of the variables matters. (#352)
What's Changed
- 330 update standalone@main by @ayogasekaram in https://github.com/insightsengineering/cards/pull/349
- Update check.yaml by @shajoezhu in https://github.com/insightsengineering/cards/pull/351
- Sorting fix for 10+ groups in
tidy_ard_column_order()by @ddsjoberg in https://github.com/insightsengineering/cards/pull/353 - Improved msg in
print_ard_conditions()when the calling function is namedspaced by @ddsjoberg in https://github.com/insightsengineering/cards/pull/354 - print method update by @ddsjoberg in https://github.com/insightsengineering/cards/pull/355
- Update awkward by/strata phrasing by @jtalboys in https://github.com/insightsengineering/cards/pull/358
- Adding
ard_pairwise()by @ddsjoberg in https://github.com/insightsengineering/cards/pull/360 - Adding
as_cards_fn()function by @ddsjoberg in https://github.com/insightsengineering/cards/pull/361
New Contributors
- @shajoezhu made their first contribution in https://github.com/insightsengineering/cards/pull/351
Full Changelog: insightsengineering/cards@v0.3.0...v0.4.0