v0.6.11 cran
·
98 commits
to main
since this release
New Features
- Initialized vignette about quality control outputs of
as_result_df(). - Completed parameter
make_ardoutput for single-line statistical outputs. - Added
stat_namestorcell()to be used byas_result_df(make_ard = TRUE).
Miscellaneous
- Split
docxdocument generation to the new packagertables.officer. - Refactored
as_result_df()parametersas_stringsandas_viewerintodata_format = c("full_precision", "strings", "numeric")following the same outputs. - Refactored
as_result_df()to have a standard behavior, with all the relevant parameters, and a possibility to add personalizedspec. - Removed
result_df_specs(), becauseas_result_df()was a too shallow wrapper. - Merged behavior of
as_result_df()parametersas_isandsimplifyparameters to remove structural information.
Bug Fixes
- Fixed bug that was keeping indentation space characters in top left information when making a
flextablefrom aTableTreeobject. - Fixed bug in
analyzethat was causing an error when passing a singleNAvalue to the
var_labelsparameter. - Fixed bugs for multiple
analyzecalls inas_result_df.
What's Changed
- Pagination and column widths handling by @Melkiades in #937
- close #940 by @shajoezhu in #941
- split package by @shajoezhu in #946
- Refactor of
as_result_dfby @Melkiades in #954 - Correct printing output for topleft information by @Melkiades in #956
- fix: fixed an issue of a solitary NA as var_labels passed to analyze by @kpagacz in #965
- Adding stat_names and support for row/col splits and
ContentRowby @Melkiades in #958 - Update DESCRIPTION, broom 1.0.5 by @shajoezhu in #969
- Fixes and testing extreme templates by @Melkiades in #968
- Check for tibble package before using it on tests by @llrs-roche in #971
- Compress logo by @llrs-roche in #972
- Replace logo.png by logo.svg by @llrs-roche in #978
- Rename logo to be displayed by @llrs-roche in #979
- preparing new release, [skip vbump] by @shajoezhu in #982
New Contributors
- @kpagacz made their first contribution in #965
- @llrs-roche made their first contribution in #971
Full Changelog: v0.6.10...v0.6.11