Changelog
Source:NEWS.md
healthyR 0.2.2
CRAN release: 2024-07-01
Breaking Changes
- Fix #168 - Minor fixes to
gartner_magic_chart_plt()
parameter names.
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.0
CRAN release: 2022-07-18
New Features
- 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.
healthyR 0.1.9
CRAN release: 2022-04-25
Minor Fixes and Improvements
- Fix #129 - Default to
ggplot2::theme_minimal()
for all plots.
healthyR 0.1.8
CRAN release: 2022-02-27
Minor Fixes and Improvements
- Fix #116 - Drop need for
cli
,crayon
, andrstudioapi
- F-x #105 - correct code and make minor updates to
ts_census_los_daily_tbl()
healthyR 0.1.7
CRAN release: 2022-01-05
New Features
- Fix #107 - Add
service_line_vec()
- Fix #108 - Add
service_line_augment()
healthyR 0.1.6
CRAN release: 2021-08-20
Minor Fixes and Improvements
- Fix #90 - Add startup message at library attachment.
healthyR 0.1.5
CRAN release: 2021-06-22
Breaking Changes
- Fix #70 -
ts_ymwdh_tbl()
renamed tots_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()
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.
healthyR 0.1.4
CRAN release: 2021-06-13
New Features
- Added Functions
-
kmeans_tidy_tbl()
Fix #40 - A broom style function to gettidy
,augment
andglance
of thekmeans_obj()
output -
kmeans_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.
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
CRAN release: 2021-06-03
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
- 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
healthyR 0.1.1
- 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