healthyR.ai 0.0.6
New Features
- Fix #132 - Add functions:
hai_kurtosis_vec()hai_skewness_vec()
- Fix #133 - Add function
hai_distribution_comparison_tbl() - Fix #138 - Add function
hai_get_dist_data_tbl() - Fix #140 - Add function
hai_get_density_data_tbl() - Fix #146 - Add function
hai_density_plot() - Fix #141 - Add function
hai_density_qq_plot() - Fix #139 - Add function
hai_density_hist_plot() - Fix #56 - Add function
hai_histogram_facet_plot() - Fix #178 - Add loadings plots to
pca_your_recipe()output. Added a parameter
of.top_nto get how many vairable loadings you want returned.
Minor Fixes and Improvements
- Fix #180 - Move
cliandcrayonto Imports from Suggest due topillar
not importing anymore. - Fix #182 - Drop need for
cli,crayon, andrstudioapi - Fix #187 - Update step print methods as described by the tidymodels team.
Breaking Changes
None