Skip to content

Releases: spsanderson/healthyR

healthyR 0.2.2

04 Jul 11:46
Compare
Choose a tag to compare

Breaking Changes

  1. Fix #168 - Minor fixes to gartner_magic_chart_plt() parameter names.

New Features

None

Minor Fixes and Improvements

  1. Fix #153 - Additions to check logic by @alcrosby for save_to_excel()
  2. Fix #168 - Minor fixes to gartner_magic_chart_plt()
  3. Fix #167 - Fix <scale> argument of <guides>
  4. Fix #169 - Break out data table functions into their own files.

healthyR 0.2.1

31 Mar 19:09
Compare
Choose a tag to compare

Breaking Changes

  1. Fix #141 - Drop support for kmeans functions and umap functions as they were
    moved to healthyR.ai
  2. Fix #152 - Updated Depends to R >= 3.3

New Features

None

Minor Fixes and Improvements

None

healthyR 0.2.0

18 Jul 19:51
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #139 - Add functions color_blind() hr_scale_fill_colorblind()
    and hr_scale_color_colorblind()
  2. Fix #138 - Add parameter to gartner_magic_chart_plt() function in order to
    size points accoring to a column in a data.frame/tibble.

Minor Fixes and Improvements

None

healthyR 0.1.9

25 Apr 19:04
Compare
Choose a tag to compare

Breaking Changes

None

New Features

None

Minor Fixes and Improvements

  1. Fix #129 - Default to ggplot2::theme_minimal() for all plots.

healthyR 0.1.8

27 Feb 15:29
Compare
Choose a tag to compare

Breaking Changes

None

New Features

None

Minor Fixes and Improvements

  1. Fix #116 - Drop need for cli, crayon, and rstudioapi
  2. F-x #105 - correct code and make minor updates to ts_census_los_daily_tbl()

healthyR 0.1.7

05 Jan 18:30
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #107 - Add service_line_vec()
  2. Fix #108 - Add service_line_augment()

Minor Fixes and Improvements

None

healthyR 0.1.6

20 Aug 16:55
d85f588
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  1. Fix #92 - Add diverging_lollipop_plt
  2. Fix #93 - Add diverging_bar_plt

Minor Fixes and Improvements

  1. Fix #90 - Add startup message at library attachment.

healthyR 0.1.5

22 Jun 17:04
Compare
Choose a tag to compare

Breaking Changes

  1. Fix #70 - ts_ymwdh_tbl() renamed to ts_signature_tbl()

New Features

  1. Fix #70 - Add timetk::tk_augment_time_series_signature() to tibble that gets
    returned.
  2. Fix #59 - Add boolean to ts_signature_tbl() for timetk::pad_by_time() functionality.
  3. Fix #55 - Add uwot::umap() functionality with umap_list().
  4. Fix #56 - Add umap_plt() functionality to plot out the UMAP Projection with K-Means cluster
    assignments.

Minor Fixes and Improvments

  1. Fix #76 - Require user to select a column to be aggregated and normalized in the
    kmeans_user_item_tbl() function.
  2. Fix #62 - Add lifecycle to project.

healthyR 0.1.4

14 Jun 12:17
f257dbf
Compare
Choose a tag to compare

Breaking Changes

None

New Features

  • Added Functions
  1. kmeans_tidy_tbl() Fix #40 - A broom style function to get tidy, augment and glance
    of the kmeans_obj() output
  2. kmeans_scree_data_tbl() Fix #41 - Creates a tibble with the data that underlies the
    kmeans_scree_plot()
  3. kmeans_scree_plt() Fix #42 - A ggplot2 plot of the Scree data to help find
    the optimal elbow. Otherwise known as the elbow plot.
  4. kmeans_mapped_tbl() - Fix #43 - This generates the data that will help create the
    elbow ploat data. It maps the kmeans_obj() function across the stated amount of centers.
    The default is set to 15.

Minor Fixes and Improvments

Fix #45 - drop the .row_col parameter from the kmeans_tidy_tbl() function as
it is not needed, this saves the user from needing to remember what they selected
as the user column.

healthyR 0.1.3

03 Jun 12:54
Compare
Choose a tag to compare

healthyR 0.1.3 2021-06-03
Breaking Changes
None

New Features
kmeans_user_item_tbl() Fix #37 - Creates a user item tibble from preprocessed data.
kmeans_obj() Fix #37 - Creates a stats kmeans object, a simple wrapper.

Minor fixes and improvements
ts_census_los_daily_tbl() Fix #37 - Correctly arranges by date and gets correct counts by date column