NEWS
healthyR 0.2.2.9000
healthyR 0.2.2 (2024-07-01)
Breaking Changes
- Fix #168 - Minor fixes to
gartner_magic_chart_plt()
parameter names.
New Features
None
Minor Fixes and Improvements
- Fix #153 - Additions to check logic by @alcrosby for
save_to_excel()
- Fix #168 - Minor fixes to
gartner_magic_chart_plt()
- Fix #167 - Fix
<scale>
argument of <guides>
- Fix #169 - Break out data table functions into their own files.
healthyR 0.2.1 (2023-04-06)
Breaking Changes
- Fix #141 - Drop support for kmeans functions and umap functions as they were
moved to
healthyR.ai
- Fix #152 - Updated Depends to R >= 3.3
New Features
None
Minor Fixes and Improvements
None
healthyR 0.2.0 (2022-07-18)
Breaking Changes
None
New Features
- Fix #139 - Add functions
color_blind()
hr_scale_fill_colorblind()
and hr_scale_color_colorblind()
- 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 (2022-04-25)
Breaking Changes
None
New Features
None
Minor Fixes and Improvements
- Fix #129 - Default to
ggplot2::theme_minimal()
for all plots.
healthyR 0.1.8 (2022-02-27)
Breaking Changes
None
New Features
None
Minor Fixes and Improvements
- Fix #116 - Drop need for
cli
, crayon
, and rstudioapi
- F-x #105 - correct code and make minor updates to
ts_census_los_daily_tbl()
healthyR 0.1.7 (2022-01-05)
Breaking Changes
None
New Features
- Fix #107 - Add
service_line_vec()
- Fix #108 - Add
service_line_augment()
Minor Fixes and Improvements
None
healthyR 0.1.6 (2021-08-20)
Breaking Changes
None
New Features
- Fix #92 - Add
diverging_lollipop_plt
- Fix #93 - Add
diverging_bar_plt
Minor Fixes and Improvements
- Fix #90 - Add startup message at library attachment.
healthyR 0.1.5 (2021-06-22)
Breaking Changes
- Fix #70 -
ts_ymwdh_tbl()
renamed to ts_signature_tbl()
New Features
- Fix #70 - Add
timetk::tk_augment_time_series_signature()
to tibble that gets
returned.
- Fix #59 - Add boolean to
ts_signature_tbl()
for timetk::pad_by_time()
functionality.
- Fix #55 - Add
uwot::umap()
functionality with umap_list()
.
- Fix #56 - Add
umap_plt()
functionality to plot out the UMAP Projection with K-Means cluster
assignments.
Minor Fixes and Improvments
- Fix #76 - Require user to select a column to be aggregated and normalized in the
kmeans_user_item_tbl()
function.
- Fix #62 - Add
lifecycle
to project.
healthyR 0.1.4 (2021-06-13)
Breaking Changes
None
New Features
kmeans_tidy_tbl()
Fix #40 - A broom style function to get tidy
, augment
and glance
of the kmeans_obj()
output
kmeans_scree_data_tbl()
Fix #41 - Creates a tibble with the data that underlies the
kmeans_scree_plot()
kmeans_scree_plt()
Fix #42 - A ggplot2
plot of the Scree data to help find
the optimal elbow. Otherwise known as the elbow plot.
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 (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 Improvments
- Minor fixes and improvements
ts_census_los_daily_tbl()
Fix #37 - Correctly arranges by date and gets
correct counts by date column.
healthyR 0.1.2
- ts_census_los_daily_tbl - Can get the census or length of stay given just two
columns of data, admit/arrival date and discharge/departure date
healthyR 0.1.1
- category_counts_tbl - Get counts of a specified column with a user specified
grouping if provided
- named_item_list - Good for saving a tibble with many groups to different sheets
of an excel file
- top_n_tbl - Good for getting a tibble of n records by some column selection
- ts_census_los_daily_tbl - Can compute the alos and census for data given simply
the Admit Date and Discharge Date (discharge date can be null). Sometimes you want
to see the average length of stay for those patients that are currently admitted
healthyR 0.1.0
- Released to CRAN 12-03-2020
healthyR 0.0.0.9006
- Add data files dx_cc_mapping and px_cc_mapping
- Added fucntion(s)
- save_to_excel()
- los_ra_index_summary_tbl
- los_ra_index_plt
healthyR 0.0.0.9005
- Add parameters to gartner magic chart for interior lables
healthyR 0.0.0.9004
- Update sql substring ike functions
healthyR 0.0.0.9003
- Added plt_gartner_magic_chart()
healthyR 0.0.0.9002
- Added the function opt_bin()
healthyR 0.0.0.9001
- Added the function ts_ymwdh_tbl()
healthyR 0.0.0.9000
- Added a NEWS.md file to track changes to the package.