Skip to content

Commit

Permalink
Fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Mar 31, 2023
1 parent 7aa55b9 commit 854b1ca
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 465 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ img
^index\.Rmd$
^Meta$
^CRAN-SUBMISSION$
^deprecated$
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Imports:
cowplot,
scales,
sqldf,
tidyr,
ggrepel,
plotly
Suggests:
knitr,
Expand All @@ -42,7 +40,6 @@ Suggests:
pacman,
healthyR.data,
broom,
uwot,
tidyselect
VignetteBuilder: knitr
Depends:
Expand Down
8 changes: 0 additions & 8 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ export(expr)
export(gartner_magic_chart_plt)
export(hr_scale_color_colorblind)
export(hr_scale_fill_colorblind)
export(kmeans_mapped_tbl)
export(kmeans_obj)
export(kmeans_scree_data_tbl)
export(kmeans_scree_plt)
export(kmeans_tidy_tbl)
export(kmeans_user_item_tbl)
export(los_ra_index_plt)
export(los_ra_index_summary_tbl)
export(named_item_list)
Expand All @@ -40,8 +34,6 @@ export(ts_median_excess_plt)
export(ts_plt)
export(ts_readmit_rate_plt)
export(ts_signature_tbl)
export(umap_list)
export(umap_plt)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(rlang,":=")
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# healthyR (development version)

## 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

## Breaking Changes
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
54 changes: 0 additions & 54 deletions man/kmeans_mapped_tbl.Rd

This file was deleted.

47 changes: 0 additions & 47 deletions man/kmeans_obj.Rd

This file was deleted.

51 changes: 0 additions & 51 deletions man/kmeans_scree_data_tbl.Rd

This file was deleted.

50 changes: 0 additions & 50 deletions man/kmeans_scree_plt.Rd

This file was deleted.

71 changes: 0 additions & 71 deletions man/kmeans_tidy_tbl.Rd

This file was deleted.

55 changes: 0 additions & 55 deletions man/kmeans_user_item_tbl.Rd

This file was deleted.

Loading

0 comments on commit 854b1ca

Please sign in to comment.