Skip to content

Commit

Permalink
Merge pull request #154 from spsanderson/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
spsanderson committed Mar 31, 2023
2 parents f4aaf7e + 854b1ca commit ccf00cb
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 467 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$
7 changes: 2 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
RoxygenNote: 7.2.3
URL: https://github.com/spsanderson/healthyR
BugReports: https://github.com/spsanderson/healthyR/issues
Imports:
Expand All @@ -32,8 +32,6 @@ Imports:
cowplot,
scales,
sqldf,
tidyr,
ggrepel,
plotly
Suggests:
knitr,
Expand All @@ -42,8 +40,7 @@ Suggests:
pacman,
healthyR.data,
broom,
uwot,
tidyselect
VignetteBuilder: knitr
Depends:
R (>= 2.10)
R (>= 3.3)
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.

Loading

0 comments on commit ccf00cb

Please sign in to comment.