insights-engineering-bot
released this
10 Jan 04:43
·
1 commit
to main
since this release
New Features
- Initialized vignette about quality control outputs of
as_result_df()
. - Completed parameter
make_ard
output for single-line statistical outputs. - Added
stat_names
torcell()
to be used byas_result_df(make_ard = TRUE)
.
Miscellaneous
- Split
docx
document generation to the new packagertables.officer
. - Refactored
as_result_df()
parametersas_strings
andas_viewer
intodata_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_is
andsimplify
parameters to remove structural information.
Bug Fixes
- Fixed bug that was keeping indentation space characters in top left information when making a
flextable
from aTableTree
object. - Fixed bug in
analyze
that was causing an error when passing a singleNA
value to the
var_labels
parameter. - Fixed bugs for multiple
analyze
calls 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_df
by @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
ContentRow
by @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