Skip to content

v0.2.11

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 13 Oct 00:02
· 646 commits to main since this release
1f633d1

New features

  • A new module, tm_file_viewer, was added for the visualization of static files.
  • A new module, tm_g_distribution, was added for distribution analysis.

Bug fixes

  • Fixed the bar plot order for factor variables in tm_variable_browser.

Enhancements

  • Updated examples and tests using scda synthetic data to replace random.cdisc.data.

tm_variable_browser

  • Added sparkline support for Date/POSIXct/POSIXlt variable types.
  • Fixed histograms to contain at least two bars.

tm_outliers

  • Added filter_spec support.
  • Simplified returned R code.
  • Support select_spec for categorical variables.

tm_g_scatterplotmatrix

  • Added ordered select input support.
  • Decoupled the dataset list from the variables list parameters.

tm_g_association

  • Added ordered select input support.

tm_t_crosstable

  • Added ordered select input support.

tm_g_scatterplot

  • Modified the trend line feature of the scatterplot to display the raw equation that will equal the actual y value when the actual x values are plugged in.

Miscellaneous

  • Updated LICENCE and README with new package references.
  • Added error_on_lint: TRUE to .lintr.
  • Updated quantile type = 2 argument in tm_variable_browser to be in line with STREAM.