v0.2.15
Enhancements
- Added the
teal.reporter
functionality to all modules. - Implemented
nestcolor
in the examples, refactoredtm_a_pca
andtm_missing_data
to allow usingnestcolor
. - Added log transformation options to
tm_g_scatterplot
. - Added
server_rendering
flag totm_data_table
to control whether the table is rendered server or client side.
Bug fixes
- Fixed the overflow of very wide
tm_a_pca
tables. - Fixed the join type functionality in
tm_t_crosstable
. - Fixed a bug in
tm_missing_data
when selecting only variables with missings. - Fixed a bug in
tm_missing_data
when usingany_na
.
Miscellaneous
- Moved packages only used in one module from
Imports
toSuggests
in theDESCRIPTION
file. - Moved
magrittr
package fromDepends
toImports
in theDESCRIPTION
file.
What's Changed
- fix news by @gogonzo in #413
- Contribution guide updates by @insights-engineering-bot in #415
- remove datasets$get_data_attr call by @gogonzo in #417
- docs: replaced github links with pkgdown links by @kpagacz in #418
- add reporter to modules by @mhallal1 in #422
- DESC and README by @denisovan31415 in #425
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #426
- update desc file by @nikolas-burkoff in #427
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #429 - 416 Implement
nestcolor
in TMG by @edelarua in #428 - Update font awesome icon labels for FA 6 by @cicdguy in #433
- remove filtered by @nikolas-burkoff in #431
- reporter cleaning by @mhallal1 in #430
- Update documentation workflow by @insights-engineering-bot in #435
- tmg css by @Polkas in #432
- Merge pre-release to main by @cicdguy in #441
- add log transformation for scatterplot by @nikolas-burkoff in #448
- server_rendering argument to
tm_data_table
by @nikolas-burkoff in #450 - fix join_fun crosstable by @Polkas in #452
- Update check.yaml by @arkadiuszbeer in #443
- R CMD check fixes by @mhallal1 in #457
- reduce imports by @mhallal1 in #458
- Update tm_missing_data.R by @Polkas in #464
- tmg - bs345 by @Polkas in #454
- Removing if condition for by @arkadiuszbeer in #455
- Update tm_g_distribution.R by @nikolas-burkoff in #472
- tm_missing_data: add dataname to report by @mhallal1 in #473
- allow easy close for front page module by @nikolas-burkoff in #475
- NEWS by @mhallal1 in #474
- Update tm_missing_data.R by @Polkas in #479
- [skip vbump] Release for version 0.2.15 by @insights-engineering-bot in #480
New Contributors
Full Changelog: v0.2.14...v0.2.15