- 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
None
None
None
- Fix #139 - Add functions
color_blind()
hr_scale_fill_colorblind()
andhr_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.
None
None
None
- Fix #129 - Default to
ggplot2::theme_minimal()
for all plots.
None
None
- Fix #116 - Drop need for
cli
,crayon
, andrstudioapi
- F-x #105 - correct code and make minor updates to
ts_census_los_daily_tbl()
None
- Fix #107 - Add
service_line_vec()
- Fix #108 - Add
service_line_augment()
None
None
- Fix #92 - Add
diverging_lollipop_plt
- Fix #93 - Add
diverging_bar_plt
- Fix #90 - Add startup message at library attachment.
- Fix #70 -
ts_ymwdh_tbl()
renamed tots_signature_tbl()
- Fix #70 - Add
timetk::tk_augment_time_series_signature()
to tibble that gets returned. - Fix #59 - Add boolean to
ts_signature_tbl()
fortimetk::pad_by_time()
functionality. - Fix #55 - Add
uwot::umap()
functionality withumap_list()
. - Fix #56 - Add
umap_plt()
functionality to plot out the UMAP Projection with K-Means cluster assignments.
- 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.
None
- Added Functions
kmeans_tidy_tbl()
Fix #40 - A broom style function to gettidy
,augment
andglance
of thekmeans_obj()
outputkmeans_scree_data_tbl()
Fix #41 - Creates a tibble with the data that underlies thekmeans_scree_plot()
kmeans_scree_plt()
Fix #42 - Aggplot2
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 thekmeans_obj()
function across the stated amount of centers. The default is set to 15.
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.
None
- Added functions
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.
- Add function
- 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
- Add function(s)
- 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
- Released to CRAN 12-03-2020
- 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
- Add parameters to gartner magic chart for interior lables
- Update sql substring ike functions
- Added plt_gartner_magic_chart()
- Added the function opt_bin()
- Added the function ts_ymwdh_tbl()
- Added a NEWS.md file to track changes to the package.