Skip to content

Commit

Permalink
Merge pull request #157 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 85fb947 + af6e1fa commit 358becd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.2.1
Date: 2023-03-31 12:49:41 UTC
SHA: bfd00ed234c8af2d106822d1162bda38fe66faee
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: healthyR
Title: Hospital Data Analysis Workflow Tools
Version: 0.2.0.9000
Version: 0.2.1
Authors@R: c(
person("Steven","Sanderson", email = "[email protected]", role = c("aut","cre")),
person("Steven Sanderson", role = "cph"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# healthyR (development version)
# healthyR 0.2.1

## Breaking Changes
1. Fix #141 - Drop support for kmeans functions and umap functions as they were
Expand Down
1 change: 0 additions & 1 deletion R/utils-tidy-eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#' name, or would like to enforce this, use \code{as_name()}.
#'
#' To learn more about tidy eval and how to use these tools, visit
#' \url{https://tidyeval.tidyverse.org} and the
#' \href{https://adv-r.hadley.nz/metaprogramming.html}{Metaprogramming
#' section} of \href{https://adv-r.hadley.nz}{Advanced R}.
#'
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,19 @@ ts_signature_tbl(.data = m4_daily, .date_col = date)
#> 8 D410 1978-06-30 9084. 268012800 86400 1978 1978 1 2 6
#> 9 D410 1978-07-01 9081. 268099200 86400 1978 1978 2 3 7
#> 10 D410 1978-07-02 9047. 268185600 86400 1978 1978 2 3 7
#> # … with 17,568 more rows, and 21 more variables: month.xts <int>,
#> # month.lbl <ord>, day <int>, hour <int>, minute <int>, second <int>,
#> # hour12 <int>, am.pm <int>, wday <int>, wday.xts <int>, wday.lbl <ord>,
#> # mday <int>, qday <int>, yday <int>, mweek <int>, week <int>,
#> # week.iso <int>, week2 <int>, week3 <int>, week4 <int>, mday7 <int>
#> # ℹ 17,568 more rows
#> # ℹ 21 more variables: month.xts <int>, month.lbl <ord>, day <int>, hour <int>,
#> # minute <int>, second <int>, hour12 <int>, am.pm <int>, wday <int>,
#> # wday.xts <int>, wday.lbl <ord>, mday <int>, qday <int>, yday <int>,
#> # mweek <int>, week <int>, week.iso <int>, week2 <int>, week3 <int>,
#> # week4 <int>, mday7 <int>
```

Here is a simple example of using the plt_gartner_magic_chart()
function:

``` r

suppressPackageStartupMessages(library(healthyR))
suppressPackageStartupMessages(library(tibble))
suppressPackageStartupMessages(library(dplyr))
Expand Down
10 changes: 0 additions & 10 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ navbar:
- text: "Articles"
href: articles/index.html
menu:
- text: "Clustering"
- text: "Clustering with K-Means and UMAP"
href: articles/kmeans-umap.html
- text: "Function Reference"
href: reference/index.html
- text: "News"
Expand All @@ -36,8 +33,6 @@ reference:
desc: Other Plotting Functions
contents:
- contains("_index_plt")
- "kmeans_scree_plt"
- "umap_plt"
- "diverging_lollipop_plt"
- "diverging_bar_plt"
- subtitle: Color Blindness
Expand Down Expand Up @@ -70,11 +65,6 @@ reference:
contents:
- contains("tbl")
- title: ML/AI Functions
desc: Functions for ML/AI Processing
- subtitle: ML/AI Functions
contents:
- "kmeans_obj"
- "umap_list"
- title: Miscellaneous
desc: Miscellaneous Functions and Utilities
- subtitle: Function List
Expand Down
Binary file modified man/figures/README-gartner_chart-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion man/tidyeval.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 358becd

Please sign in to comment.