Skip to content

v0.2.15

Choose a tag to compare

@github-actions github-actions released this 14 Oct 01:26
· 399 commits to main since this release
dc82c32

Enhancements

  • Added the teal.reporter functionality to all modules.
  • Implemented nestcolor in the examples, refactored tm_a_pca and tm_missing_data to allow using nestcolor.
  • Added log transformation options to tm_g_scatterplot.
  • Added server_rendering flag to tm_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 using any_na.

Miscellaneous

  • Moved packages only used in one module from Imports to Suggests in the DESCRIPTION file.
  • Moved magrittr package from Depends to Imports in the DESCRIPTION file.

What's Changed

New Contributors

Full Changelog: v0.2.14...v0.2.15