Skip to content

Commit

Permalink
prep for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Mar 31, 2023
1 parent 99a1c6c commit 6d2695d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
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 6d2695d

Please sign in to comment.