diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 000000000..895080ed2 --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2019-03-17. +Once it is accepted, delete this file and tag the release (commit 972e711c4b). diff --git a/DESCRIPTION b/DESCRIPTION index 016e2216b..ee56b82b9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: ggstatsplot Title: 'ggplot2' Based Plots with Statistical Details -Version: 0.0.9.9000 +Version: 0.0.10 Authors@R: c(person(given = "Indrajeet", family = "Patil", @@ -53,15 +53,15 @@ Imports: methods, paletteer (>= 0.2.1), psych (>= 1.8.12), - purrr (>= 0.3.1), - purrrlyr (>= 0.0.4), - rcompanion (>= 2.0.10), + purrr (>= 0.3.2), + purrrlyr (>= 0.0.5), + rcompanion (>= 2.1.1), rlang (>= 0.3.1), scales (>= 1.0.0), sjstats (>= 0.17.3), stats, stringr (>= 1.3.1), - tibble (>= 2.0.1), + tibble (>= 2.1.1), tidyr (>= 0.8.3), utils, WRS2 (>= 0.10-0) diff --git a/NAMESPACE b/NAMESPACE index c464eca36..47b5fb989 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -37,7 +37,6 @@ export(signif_column) export(specify_decimal_p) export(subtitle_anova_bayes) export(subtitle_anova_parametric) -export(subtitle_anova_parametric_repeated) export(subtitle_anova_robust) export(subtitle_contingency_tab) export(subtitle_friedman_nonparametric) diff --git a/R/ggcoefstats.R b/R/ggcoefstats.R index 46145f6a7..5529cfb57 100644 --- a/R/ggcoefstats.R +++ b/R/ggcoefstats.R @@ -38,7 +38,7 @@ #' @param p.adjust.method Adjustment method for *p*-values for multiple #' comparisons. Possible methods are: `"holm"`, `"hochberg"`, `"hommel"`, #' `"bonferroni"`, `"BH"`, `"BY"`, `"fdr"`, `"none"`. Default is no correction -#' (`"none"`). This argument is relevent for multiplicity correction for +#' (`"none"`). This argument is relevant for multiplicity correction for #' multiway ANOVA designs (see, #' \href{https://link.springer.com/article/10.3758/s13423-015-0913-5}{Cramer #' et al., 2015}). @@ -54,7 +54,7 @@ #' probability level for CI. #' @param coefficient.type Relevant only for ordinal regression models (`clm` , #' `clmm`, `"svyolr"`, and `polr`), this argument decides which parameters are -#' display in the plot. Availabel parameters are: parameter that measures the +#' display in the plot. Available parameters are: parameter that measures the #' **intercept**, i.e. the log-odds distance between response values #' (`"alpha"`); effects on the **location** (`"beta"`); or effects on the #' **scale** (`"zeta"`). For `clm` and `clmm` models, by default, only diff --git a/R/helpers_ggbetween_anova_subtitles.R b/R/helpers_ggbetween_anova_subtitles.R index a3320f374..c9447a0e7 100644 --- a/R/helpers_ggbetween_anova_subtitles.R +++ b/R/helpers_ggbetween_anova_subtitles.R @@ -670,6 +670,7 @@ subtitle_anova_bayes <- function(data, #' @importFrom sjstats eta_sq omega_sq #' #' @examples +#' \dontrun{ #' # setup #' set.seed(123) #' library(ggstatsplot) @@ -683,14 +684,15 @@ subtitle_anova_bayes <- function(data, #' tidyr::gather(., key, value, LDLF:HDHF) #' #' # creating the subtitle -#' ggstatsplot::subtitle_anova_parametric_repeated( +#' ggstatsplot:::subtitle_anova_parametric_repeated( #' data = data_bugs, #' x = key, #' y = value, #' id.variable = Subject, #' k = 2 #' ) -#' @export +#' } +#' @keywords internal # function body subtitle_anova_parametric_repeated <- function(data, diff --git a/R/helpers_pairwise_comparison.R b/R/helpers_pairwise_comparison.R index 37ff2cf34..b6607bd00 100644 --- a/R/helpers_pairwise_comparison.R +++ b/R/helpers_pairwise_comparison.R @@ -531,24 +531,12 @@ pairwise_p <- function(data, # extracting the robust pairwise comparisons and tidying up names rob_df_tidy <- suppressMessages(rob_pairwise_df$comp %>% - tibble::as_tibble(x = ., .name_repair = "unique")) - - # rename columns to have unique names - if (utils::packageVersion("tibble") > "2.0.1") { - rob_df_tidy %<>% + tibble::as_tibble(x = ., .name_repair = "unique")) %>% dplyr::rename( .data = ., group1 = Group...1, group2 = Group...2 ) - } else { - rob_df_tidy %<>% - dplyr::rename( - .data = ., - group1 = Group..1, - group2 = Group..2 - ) - } # cleaning the raw object and getting it in the right format df <- diff --git a/README.Rmd b/README.Rmd index 04d9648f9..9795ab5e4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,9 +18,9 @@ knitr::opts_chunk$set( Package | Status | Usage | GitHub | References ----------------- | ----------------- | ----------------- | ----------------- | ----------------- -[![CRAN_Release_Badge](http://www.r-pkg.org/badges/version-ago/ggstatsplot)](https://CRAN.R-project.org/package=ggstatsplot) | [![Travis Build Status](https://travis-ci.org/IndrajeetPatil/ggstatsplot.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/ggstatsplot) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![GitHub version](https://img.shields.io/badge/GitHub-0.0.9.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/ggstatsplot/) | [![Website](https://img.shields.io/badge/website-ggstatsplot-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/ggstatsplot/) +[![CRAN_Release_Badge](http://www.r-pkg.org/badges/version-ago/ggstatsplot)](https://CRAN.R-project.org/package=ggstatsplot) | [![Travis Build Status](https://travis-ci.org/IndrajeetPatil/ggstatsplot.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/ggstatsplot) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![GitHub version](https://img.shields.io/badge/GitHub-0.0.10.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/ggstatsplot/) | [![Website](https://img.shields.io/badge/website-ggstatsplot-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/ggstatsplot/) [![CRAN Checks](https://cranchecks.info/badges/summary/ggstatsplot)](https://cran.r-project.org/web/checks/check_results_ggstatsplot.html) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/IndrajeetPatil/ggstatsplot?branch=master&svg=true)](https://ci.appveyor.com/project/IndrajeetPatil/ggstatsplot) | [![Weekly downloads badge](https://cranlogs.r-pkg.org/badges/last-week/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Pending PRs](http://githubbadges.herokuapp.com/IndrajeetPatil/ggstatsplot/pulls.svg?style=flat)](https://github.com/IndrajeetPatil/ggstatsplot/pulls)| [![Rdoc](https://www.rdocumentation.org/badges/version/ggstatsplot)](https://www.rdocumentation.org/packages/ggstatsplot) -[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Issues](http://githubbadges.herokuapp.com/IndrajeetPatil/ggstatsplot/issues.svg)](https://github.com/IndrajeetPatil/ggstatsplot/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.0.9-orange.svg?colorB=FF5722)](https://cran.r-project.org/web/packages/ggstatsplot/vignettes/) +[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Issues](http://githubbadges.herokuapp.com/IndrajeetPatil/ggstatsplot/issues.svg)](https://github.com/IndrajeetPatil/ggstatsplot/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.0.10-orange.svg?colorB=FF5722)](https://cran.r-project.org/web/packages/ggstatsplot/vignettes/) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/IndrajeetPatil/ggstatsplot.svg)](https://github.com/IndrajeetPatil/ggstatsplot) | [![Coverage Status](https://coveralls.io/repos/github/IndrajeetPatil/ggstatsplot/badge.svg?branch=master)](https://coveralls.io/github/IndrajeetPatil/ggstatsplot?branch=master) | [![Total downloads badge](https://cranlogs.r-pkg.org/badges/grand-total/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Stars](https://img.shields.io/github/stars/IndrajeetPatil/ggstatsplot.svg?style=social&label=Github)](https://github.com/IndrajeetPatil/ggstatsplot) | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2074621.svg)](https://doi.org/10.5281/zenodo.2074621) [![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | [![Codecov test coverage](https://codecov.io/gh/IndrajeetPatil/ggstatsplot/branch/master/graph/badge.svg)](https://codecov.io/gh/IndrajeetPatil/ggstatsplot?branch=master) | [![HitCount](http://hits.dwyl.io/IndrajeetPatil/ggstatsplot.svg)](http://hits.dwyl.io/IndrajeetPatil/ggstatsplot) | [![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master) | [![GitHub last commit](https://img.shields.io/github/last-commit/IndrajeetPatil/ggstatsplot.svg)](https://github.com/IndrajeetPatil/ggstatsplot/commits/master) ![dependencies](https://tinyverse.netlify.com/badge/ggstatsplot) | [![Covrpage Summary](https://img.shields.io/badge/covrpage-Last_Build_2019_01_31-yellowgreen.svg)](https://github.com/IndrajeetPatil/ggstatsplot/blob/master/tests/README.md) | [![saythanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/IndrajeetPatil) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/IndrajeetPatil/ggstatsplot/issues) @@ -104,7 +104,7 @@ regression | Yes | Yes | < # Installation -To get the latest, stable CRAN release (`0.0.9`): +To get the latest, stable CRAN release (`0.0.10`): ```{r installationCRAN, eval = FALSE} utils::install.packages(pkgs = "ggstatsplot") ``` @@ -114,7 +114,7 @@ installed (specifically, `libx11`, `mesa` and Mesa OpenGL Utility library - `glu`) for the dependency package `rgl` to work. You can get the **development** version of the package from GitHub -(`0.0.9.9000`). To see what new changes (and bug fixes) have been made to the +(`0.0.10.9000`). To see what new changes (and bug fixes) have been made to the package since the last release on `CRAN`, you can check the detailed log of changes here: diff --git a/README.md b/README.md index 3fd50c63e..273ae9dc3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ | Package | Status | Usage | GitHub | References | | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [![CRAN\_Release\_Badge](http://www.r-pkg.org/badges/version-ago/ggstatsplot)](https://CRAN.R-project.org/package=ggstatsplot) | [![Travis Build Status](https://travis-ci.org/IndrajeetPatil/ggstatsplot.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/ggstatsplot) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![GitHub version](https://img.shields.io/badge/GitHub-0.0.9.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/ggstatsplot/) | [![Website](https://img.shields.io/badge/website-ggstatsplot-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/ggstatsplot/) | +| [![CRAN\_Release\_Badge](http://www.r-pkg.org/badges/version-ago/ggstatsplot)](https://CRAN.R-project.org/package=ggstatsplot) | [![Travis Build Status](https://travis-ci.org/IndrajeetPatil/ggstatsplot.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/ggstatsplot) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![GitHub version](https://img.shields.io/badge/GitHub-0.0.10.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/ggstatsplot/) | [![Website](https://img.shields.io/badge/website-ggstatsplot-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/ggstatsplot/) | | [![CRAN Checks](https://cranchecks.info/badges/summary/ggstatsplot)](https://cran.r-project.org/web/checks/check_results_ggstatsplot.html) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/IndrajeetPatil/ggstatsplot?branch=master&svg=true)](https://ci.appveyor.com/project/IndrajeetPatil/ggstatsplot) | [![Weekly downloads badge](https://cranlogs.r-pkg.org/badges/last-week/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Pending PRs](http://githubbadges.herokuapp.com/IndrajeetPatil/ggstatsplot/pulls.svg?style=flat)](https://github.com/IndrajeetPatil/ggstatsplot/pulls) | [![Rdoc](https://www.rdocumentation.org/badges/version/ggstatsplot)](https://www.rdocumentation.org/packages/ggstatsplot) | -| [![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Issues](http://githubbadges.herokuapp.com/IndrajeetPatil/ggstatsplot/issues.svg)](https://github.com/IndrajeetPatil/ggstatsplot/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.0.9-orange.svg?colorB=FF5722)](https://cran.r-project.org/web/packages/ggstatsplot/vignettes/) | +| [![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Issues](http://githubbadges.herokuapp.com/IndrajeetPatil/ggstatsplot/issues.svg)](https://github.com/IndrajeetPatil/ggstatsplot/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.0.10-orange.svg?colorB=FF5722)](https://cran.r-project.org/web/packages/ggstatsplot/vignettes/) | | [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/IndrajeetPatil/ggstatsplot.svg)](https://github.com/IndrajeetPatil/ggstatsplot) | [![Coverage Status](https://coveralls.io/repos/github/IndrajeetPatil/ggstatsplot/badge.svg?branch=master)](https://coveralls.io/github/IndrajeetPatil/ggstatsplot?branch=master) | [![Total downloads badge](https://cranlogs.r-pkg.org/badges/grand-total/ggstatsplot?color=blue)](https://CRAN.R-project.org/package=ggstatsplot) | [![Github Stars](https://img.shields.io/github/stars/IndrajeetPatil/ggstatsplot.svg?style=social&label=Github)](https://github.com/IndrajeetPatil/ggstatsplot) | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2074621.svg)](https://doi.org/10.5281/zenodo.2074621) | -| [![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | [![Codecov test coverage](https://codecov.io/gh/IndrajeetPatil/ggstatsplot/branch/master/graph/badge.svg)](https://codecov.io/gh/IndrajeetPatil/ggstatsplot?branch=master) | [![HitCount](http://hits.dwyl.io/IndrajeetPatil/ggstatsplot.svg)](http://hits.dwyl.io/IndrajeetPatil/ggstatsplot) | [![Last-changedate](https://img.shields.io/badge/last%20change-2019--03--16-yellowgreen.svg)](/commits/master) | [![GitHub last commit](https://img.shields.io/github/last-commit/IndrajeetPatil/ggstatsplot.svg)](https://github.com/IndrajeetPatil/ggstatsplot/commits/master) | +| [![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | [![Codecov test coverage](https://codecov.io/gh/IndrajeetPatil/ggstatsplot/branch/master/graph/badge.svg)](https://codecov.io/gh/IndrajeetPatil/ggstatsplot?branch=master) | [![HitCount](http://hits.dwyl.io/IndrajeetPatil/ggstatsplot.svg)](http://hits.dwyl.io/IndrajeetPatil/ggstatsplot) | [![Last-changedate](https://img.shields.io/badge/last%20change-2019--03--17-yellowgreen.svg)](/commits/master) | [![GitHub last commit](https://img.shields.io/github/last-commit/IndrajeetPatil/ggstatsplot.svg)](https://github.com/IndrajeetPatil/ggstatsplot/commits/master) | | ![dependencies](https://tinyverse.netlify.com/badge/ggstatsplot) | [![Covrpage Summary](https://img.shields.io/badge/covrpage-Last_Build_2019_01_31-yellowgreen.svg)](https://github.com/IndrajeetPatil/ggstatsplot/blob/master/tests/README.md) | [![saythanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/IndrajeetPatil) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/IndrajeetPatil/ggstatsplot/issues) | | [![Dependency Status](https://dependencyci.com/github/IndrajeetPatil/ggstatsplot/badge)](https://dependencyci.com/github/IndrajeetPatil/ggstatsplot) | | | | | @@ -95,7 +95,7 @@ intervals. # Installation -To get the latest, stable CRAN release (`0.0.9`): +To get the latest, stable CRAN release (`0.0.10`): ``` r utils::install.packages(pkgs = "ggstatsplot") @@ -106,7 +106,7 @@ libraries installed (specifically, `libx11`, `mesa` and Mesa OpenGL Utility library - `glu`) for the dependency package `rgl` to work. You can get the **development** version of the package from GitHub -(`0.0.9.9000`). To see what new changes (and bug fixes) have been made +(`0.0.10.9000`). To see what new changes (and bug fixes) have been made to the package since the last release on `CRAN`, you can check the detailed log of changes here: @@ -210,7 +210,7 @@ ggstatsplot::ggplot_converter #> # returning the converted plot #> return(p) #> } -#> +#> #> ``` diff --git a/codemeta.json b/codemeta.json index 9a3edcdf8..b4a0529ce 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ ], "issueTracker": "https://github.com/IndrajeetPatil/ggstatsplot/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.0.9.9000", + "version": "0.0.10", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -519,7 +519,7 @@ "@type": "SoftwareApplication", "identifier": "purrr", "name": "purrr", - "version": ">= 0.3.1", + "version": ">= 0.3.2", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -532,7 +532,7 @@ "@type": "SoftwareApplication", "identifier": "purrrlyr", "name": "purrrlyr", - "version": ">= 0.0.4", + "version": ">= 0.0.5", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -545,7 +545,7 @@ "@type": "SoftwareApplication", "identifier": "rcompanion", "name": "rcompanion", - "version": ">= 2.0.10", + "version": ">= 2.1.1", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -615,7 +615,7 @@ "@type": "SoftwareApplication", "identifier": "tibble", "name": "tibble", - "version": ">= 2.0.1", + "version": ">= 2.1.1", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", diff --git a/cran-comments.md b/cran-comments.md index ae83a2374..a21360a8c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ ## Test environments -* local OS X install, R 3.6.0 +* local windows install, R 3.6.0 * ubuntu 14.04 (on travis-ci), R 3.6.0 * win-builder (devel and release) @@ -7,4 +7,5 @@ 0 errors | 0 warnings | 1 note -* This is a new release. +* This is a maintenance release that fixes failing tests in daily CRAN checks +due to changes made to sampling in development version of R. diff --git a/docs/404.html b/docs/404.html index fa4b92c21..2dab668ca 100644 --- a/docs/404.html +++ b/docs/404.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/CONDUCT.html b/docs/CONDUCT.html index da001d644..7d5131d78 100644 --- a/docs/CONDUCT.html +++ b/docs/CONDUCT.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/ISSUE_TEMPLATE.html b/docs/ISSUE_TEMPLATE.html index 040b7707e..3523aded5 100644 --- a/docs/ISSUE_TEMPLATE.html +++ b/docs/ISSUE_TEMPLATE.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index e44fe0bbc..a27e99cc6 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/LICENSE.html b/docs/LICENSE.html index c65b5021b..e63e89015 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/articles/additional.html b/docs/articles/additional.html index 8a696c2d3..628727bdf 100644 --- a/docs/articles/additional.html +++ b/docs/articles/additional.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

additional vignettes

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/additional.Rmd diff --git a/docs/articles/index.html b/docs/articles/index.html index f6aab04e0..bd36ebda3 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/articles/web_only/combine_plots.html b/docs/articles/web_only/combine_plots.html index 7467f868b..165e708ca 100644 --- a/docs/articles/web_only/combine_plots.html +++ b/docs/articles/web_only/combine_plots.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

combine_plots

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/combine_plots.Rmd diff --git a/docs/articles/web_only/gallery.html b/docs/articles/web_only/gallery.html index 77f422433..addc15fa4 100644 --- a/docs/articles/web_only/gallery.html +++ b/docs/articles/web_only/gallery.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

Gallery of ggstatsplot examples

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/gallery.Rmd diff --git a/docs/articles/web_only/ggbetweenstats.html b/docs/articles/web_only/ggbetweenstats.html index f6fe2b17d..6fb4bb2dd 100644 --- a/docs/articles/web_only/ggbetweenstats.html +++ b/docs/articles/web_only/ggbetweenstats.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

ggbetweenstats

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/ggbetweenstats.Rmd diff --git a/docs/articles/web_only/ggcoefstats.html b/docs/articles/web_only/ggcoefstats.html index e716a5a02..046c21eaf 100644 --- a/docs/articles/web_only/ggcoefstats.html +++ b/docs/articles/web_only/ggcoefstats.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

ggcoefstats

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/ggcoefstats.Rmd @@ -1809,15 +1809,15 @@

#> Chain 1: Iteration: 1800 / 2000 [ 90%] (Sampling) #> Chain 1: Iteration: 2000 / 2000 [100%] (Sampling) #> Chain 1: -#> Chain 1: Elapsed Time: 15.378 seconds (Warm-up) -#> Chain 1: 8.326 seconds (Sampling) -#> Chain 1: 23.704 seconds (Total) +#> Chain 1: Elapsed Time: 14.335 seconds (Warm-up) +#> Chain 1: 7.814 seconds (Sampling) +#> Chain 1: 22.149 seconds (Total) #> Chain 1: #> #> SAMPLING FOR MODEL '77159b9735d2072cdb82fe2cb397c565' NOW (CHAIN 2). #> Chain 2: -#> Chain 2: Gradient evaluation took 0.001 seconds -#> Chain 2: 1000 transitions using 10 leapfrog steps per transition would take 10 seconds. +#> Chain 2: Gradient evaluation took 0 seconds +#> Chain 2: 1000 transitions using 10 leapfrog steps per transition would take 0 seconds. #> Chain 2: Adjust your expectations accordingly! #> Chain 2: #> Chain 2: @@ -1834,9 +1834,9 @@

#> Chain 2: Iteration: 1800 / 2000 [ 90%] (Sampling) #> Chain 2: Iteration: 2000 / 2000 [100%] (Sampling) #> Chain 2: -#> Chain 2: Elapsed Time: 34.529 seconds (Warm-up) -#> Chain 2: 77.065 seconds (Sampling) -#> Chain 2: 111.594 seconds (Total) +#> Chain 2: Elapsed Time: 32.897 seconds (Warm-up) +#> Chain 2: 75.279 seconds (Sampling) +#> Chain 2: 108.176 seconds (Total) #> Chain 2: #> #> SAMPLING FOR MODEL '77159b9735d2072cdb82fe2cb397c565' NOW (CHAIN 3). @@ -1859,9 +1859,9 @@

#> Chain 3: Iteration: 1800 / 2000 [ 90%] (Sampling) #> Chain 3: Iteration: 2000 / 2000 [100%] (Sampling) #> Chain 3: -#> Chain 3: Elapsed Time: 11.716 seconds (Warm-up) -#> Chain 3: 6.763 seconds (Sampling) -#> Chain 3: 18.479 seconds (Total) +#> Chain 3: Elapsed Time: 11.649 seconds (Warm-up) +#> Chain 3: 7.168 seconds (Sampling) +#> Chain 3: 18.817 seconds (Total) #> Chain 3: #> #> SAMPLING FOR MODEL '77159b9735d2072cdb82fe2cb397c565' NOW (CHAIN 4). @@ -1884,9 +1884,9 @@

#> Chain 4: Iteration: 1800 / 2000 [ 90%] (Sampling) #> Chain 4: Iteration: 2000 / 2000 [100%] (Sampling) #> Chain 4: -#> Chain 4: Elapsed Time: 9.979 seconds (Warm-up) -#> Chain 4: 6.927 seconds (Sampling) -#> Chain 4: 16.906 seconds (Total) +#> Chain 4: Elapsed Time: 10.62 seconds (Warm-up) +#> Chain 4: 6.709 seconds (Sampling) +#> Chain 4: 17.329 seconds (Total) #> Chain 4: # plot @@ -1913,8 +1913,8 @@

#> #> SAMPLING FOR MODEL 'continuous' NOW (CHAIN 1). #> Chain 1: -#> Chain 1: Gradient evaluation took 0.002 seconds -#> Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 20 seconds. +#> Chain 1: Gradient evaluation took 0.001 seconds +#> Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 10 seconds. #> Chain 1: Adjust your expectations accordingly! #> Chain 1: #> Chain 1: @@ -1931,9 +1931,9 @@

#> Chain 1: Iteration: 1800 / 2000 [ 90%] (Sampling) #> Chain 1: Iteration: 2000 / 2000 [100%] (Sampling) #> Chain 1: -#> Chain 1: Elapsed Time: 0.078 seconds (Warm-up) -#> Chain 1: 0.086 seconds (Sampling) -#> Chain 1: 0.164 seconds (Total) +#> Chain 1: Elapsed Time: 0.076 seconds (Warm-up) +#> Chain 1: 0.083 seconds (Sampling) +#> Chain 1: 0.159 seconds (Total) #> Chain 1: # plot diff --git a/docs/articles/web_only/ggcorrmat.html b/docs/articles/web_only/ggcorrmat.html index 845f1ac9e..fae5bf52d 100644 --- a/docs/articles/web_only/ggcorrmat.html +++ b/docs/articles/web_only/ggcorrmat.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

ggcorrmat

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/ggcorrmat.Rmd diff --git a/docs/articles/web_only/gghistostats.html b/docs/articles/web_only/gghistostats.html index 78675eb18..ab4a69fd5 100644 --- a/docs/articles/web_only/gghistostats.html +++ b/docs/articles/web_only/gghistostats.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

gghistostats

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/gghistostats.Rmd diff --git a/docs/articles/web_only/gghistostats_files/figure-html/grouped1-1.png b/docs/articles/web_only/gghistostats_files/figure-html/grouped1-1.png index 8128ed010..f5b5bcb4f 100644 Binary files a/docs/articles/web_only/gghistostats_files/figure-html/grouped1-1.png and b/docs/articles/web_only/gghistostats_files/figure-html/grouped1-1.png differ diff --git a/docs/articles/web_only/ggpiestats.html b/docs/articles/web_only/ggpiestats.html index 9425362fe..6d055a207 100644 --- a/docs/articles/web_only/ggpiestats.html +++ b/docs/articles/web_only/ggpiestats.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

ggpiestats

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/ggpiestats.Rmd diff --git a/docs/articles/web_only/ggscatterstats.html b/docs/articles/web_only/ggscatterstats.html index f43d61f50..bcacb2924 100644 --- a/docs/articles/web_only/ggscatterstats.html +++ b/docs/articles/web_only/ggscatterstats.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

ggscatterstats

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/ggscatterstats.Rmd diff --git a/docs/articles/web_only/ggstatsplot_paper.html b/docs/articles/web_only/ggstatsplot_paper.html index ee1e31034..4f401ab42 100644 --- a/docs/articles/web_only/ggstatsplot_paper.html +++ b/docs/articles/web_only/ggstatsplot_paper.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

ggstatsplot: ggplot2 Based Plots with Statistical Details

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/ggstatsplot_paper.Rmd @@ -809,7 +809,7 @@

#> collate English_United States.1252 #> ctype English_United States.1252 #> tz America/New_York -#> date 2019-03-16 +#> date 2019-03-17 #> #> - Packages ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #> package * version date lib source @@ -862,7 +862,7 @@

#> ggplot2 * 3.1.0.9000 2019-03-06 [1] Github (tidyverse/ggplot2@1c88edd) #> ggrepel 0.8.0 2018-05-09 [1] CRAN (R 3.5.1) #> ggsignif 0.5.0 2019-02-20 [1] CRAN (R 3.6.0) -#> ggstatsplot * 0.0.9.9000 2019-03-16 [1] local +#> ggstatsplot * 0.0.9.9000 2019-03-17 [1] local #> glue 1.3.1 2019-03-12 [1] CRAN (R 3.6.0) #> groupedstats 0.0.5.9000 2019-02-21 [1] local #> gtable 0.2.0 2016-02-26 [1] CRAN (R 3.5.1) @@ -929,7 +929,7 @@

#> purrrlyr 0.0.5 2019-03-15 [1] CRAN (R 3.6.0) #> R6 2.4.0 2019-02-14 [1] CRAN (R 3.6.0) #> rcompanion 2.1.1 2019-03-02 [1] CRAN (R 3.6.0) -#> Rcpp 1.0.0 2018-11-07 [1] CRAN (R 3.6.0) +#> Rcpp 1.0.1 2019-03-17 [1] CRAN (R 3.6.0) #> readr * 1.3.1 2018-12-21 [1] CRAN (R 3.6.0) #> readxl 1.3.1 2019-03-13 [1] CRAN (R 3.6.0) #> remotes 2.0.2 2018-10-30 [1] CRAN (R 3.6.0) @@ -952,7 +952,7 @@

#> sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 3.6.0) #> shiny 1.2.0 2018-11-02 [1] CRAN (R 3.5.1) #> sjlabelled 1.0.17 2019-03-10 [1] CRAN (R 3.6.0) -#> sjmisc 2.7.8 2019-03-12 [1] CRAN (R 3.6.0) +#> sjmisc 2.7.9 2019-03-16 [1] CRAN (R 3.6.0) #> sjstats 0.17.4 2019-03-15 [1] CRAN (R 3.6.0) #> skimr 2.0 2019-01-21 [1] Github (ropenscilabs/skimr@d2b0b93) #> stringi 1.4.3 2019-03-12 [1] CRAN (R 3.6.0) @@ -960,7 +960,7 @@

#> survival 2.43-3 2018-11-26 [2] CRAN (R 3.6.0) #> testthat 2.0.1 2018-10-13 [1] CRAN (R 3.5.1) #> TH.data 1.0-10 2019-01-21 [1] CRAN (R 3.5.2) -#> tibble * 2.0.1.9001 2019-03-07 [1] Github (tidyverse/tibble@5fc065b) +#> tibble * 2.1.1 2019-03-16 [1] CRAN (R 3.6.0) #> tidyr * 0.8.3.9000 2019-03-07 [1] Github (tidyverse/tidyr@7a51bfd) #> tidyselect 0.2.5 2018-10-11 [1] CRAN (R 3.5.1) #> tidyverse * 1.2.1 2017-11-14 [1] CRAN (R 3.5.1) diff --git a/docs/articles/web_only/ggstatsplot_paper_files/figure-html/library-1.png b/docs/articles/web_only/ggstatsplot_paper_files/figure-html/library-1.png index eb95d11fb..98a267810 100644 Binary files a/docs/articles/web_only/ggstatsplot_paper_files/figure-html/library-1.png and b/docs/articles/web_only/ggstatsplot_paper_files/figure-html/library-1.png differ diff --git a/docs/articles/web_only/purrr_examples.html b/docs/articles/web_only/purrr_examples.html index 7dc18fe3b..ef83be9e4 100644 --- a/docs/articles/web_only/purrr_examples.html +++ b/docs/articles/web_only/purrr_examples.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

using ggstatsplot with the purrr package

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/purrr_examples.Rmd diff --git a/docs/articles/web_only/session_info.html b/docs/articles/web_only/session_info.html index ea6d36aae..99457365b 100644 --- a/docs/articles/web_only/session_info.html +++ b/docs/articles/web_only/session_info.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

session information

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/session_info.Rmd @@ -154,7 +154,7 @@

#> collate English_United States.1252 #> ctype English_United States.1252 #> tz America/New_York -#> date 2019-03-16 +#> date 2019-03-17 #> #> - Packages ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #> ! package * version date lib source @@ -207,7 +207,7 @@

#> ggplot2 3.1.0.9000 2019-03-06 [1] Github (tidyverse/ggplot2@1c88edd) #> ggrepel 0.8.0 2018-05-09 [1] CRAN (R 3.5.1) #> ggsignif 0.5.0 2019-02-20 [1] CRAN (R 3.6.0) -#> ggstatsplot * 0.0.9.9000 2019-03-16 [1] local +#> ggstatsplot * 0.0.9.9000 2019-03-17 [1] local #> glue 1.3.1 2019-03-12 [1] CRAN (R 3.6.0) #> P graphics * 3.6.0 2019-03-15 [2] local #> P grDevices * 3.6.0 2019-03-15 [2] local @@ -273,7 +273,7 @@

#> purrrlyr 0.0.5 2019-03-15 [1] CRAN (R 3.6.0) #> R6 2.4.0 2019-02-14 [1] CRAN (R 3.6.0) #> rcompanion 2.1.1 2019-03-02 [1] CRAN (R 3.6.0) -#> Rcpp 1.0.0 2018-11-07 [1] CRAN (R 3.6.0) +#> Rcpp 1.0.1 2019-03-17 [1] CRAN (R 3.6.0) #> readxl 1.3.1 2019-03-13 [1] CRAN (R 3.6.0) #> remotes 2.0.2 2018-10-30 [1] CRAN (R 3.6.0) #> reshape 0.8.8 2018-10-23 [1] CRAN (R 3.6.0) @@ -293,7 +293,7 @@

#> sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 3.6.0) #> shiny 1.2.0 2018-11-02 [1] CRAN (R 3.5.1) #> sjlabelled 1.0.17 2019-03-10 [1] CRAN (R 3.6.0) -#> sjmisc 2.7.8 2019-03-12 [1] CRAN (R 3.6.0) +#> sjmisc 2.7.9 2019-03-16 [1] CRAN (R 3.6.0) #> sjstats 0.17.4 2019-03-15 [1] CRAN (R 3.6.0) #> skimr 2.0 2019-01-21 [1] Github (ropenscilabs/skimr@d2b0b93) #> P splines 3.6.0 2019-03-15 [2] local @@ -304,7 +304,7 @@

#> survival 2.43-3 2018-11-26 [2] CRAN (R 3.6.0) #> testthat 2.0.1 2018-10-13 [1] CRAN (R 3.5.1) #> TH.data 1.0-10 2019-01-21 [1] CRAN (R 3.5.2) -#> tibble 2.0.1.9001 2019-03-07 [1] Github (tidyverse/tibble@5fc065b) +#> tibble 2.1.1 2019-03-16 [1] CRAN (R 3.6.0) #> tidyr 0.8.3.9000 2019-03-07 [1] Github (tidyverse/tidyr@7a51bfd) #> tidyselect 0.2.5 2018-10-11 [1] CRAN (R 3.5.1) #> TMB 1.7.15 2018-11-09 [1] CRAN (R 3.6.0) diff --git a/docs/articles/web_only/theme_ggstatsplot.html b/docs/articles/web_only/theme_ggstatsplot.html index 920beb1dd..7df989890 100644 --- a/docs/articles/web_only/theme_ggstatsplot.html +++ b/docs/articles/web_only/theme_ggstatsplot.html @@ -34,7 +34,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -129,7 +129,7 @@

ggstatsplot theme

Indrajeet Patil

-

2019-03-16

+

2019-03-17

Source: vignettes/web_only/theme_ggstatsplot.Rmd diff --git a/docs/authors.html b/docs/authors.html index 96bf6dd58..a9da41e2e 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/index.html b/docs/index.html index d611442d2..051c676dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -43,7 +43,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -162,7 +162,7 @@ CRAN_Release_Badge Travis Build Status Daily downloads badge -GitHub version +GitHub version Website @@ -177,7 +177,7 @@ lifecycle Monthly downloads badge Github Issues -vignettes +vignettes GitHub code size in bytes @@ -190,7 +190,7 @@ Licence Codecov test coverage HitCount -Last-changedate +Last-changedate GitHub last commit @@ -406,10 +406,10 @@

Installation

-

To get the latest, stable CRAN release (0.0.9):

+

To get the latest, stable CRAN release (0.0.10):

utils::install.packages(pkgs = "ggstatsplot")

Note: If you are on a linux machine, you will need to have OpenGL libraries installed (specifically, libx11, mesa and Mesa OpenGL Utility library - glu) for the dependency package rgl to work.

-

You can get the development version of the package from GitHub (0.0.9.9000). To see what new changes (and bug fixes) have been made to the package since the last release on CRAN, you can check the detailed log of changes here: https://indrajeetpatil.github.io/ggstatsplot/news/index.html

+

You can get the development version of the package from GitHub (0.0.10.9000). To see what new changes (and bug fixes) have been made to the package since the last release on CRAN, you can check the detailed log of changes here: https://indrajeetpatil.github.io/ggstatsplot/news/index.html

If you are in hurry and want to reduce the time of installation, prefer-

If you are not familiar either with what the namespace :: does or how to use pipe operator %>%, something this package and its documentation relies a lot on, you can check out these links-

    diff --git a/docs/news/index.html b/docs/news/index.html index 0dcec4de0..fb943b221 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10
diff --git a/docs/reference/Titanic_full.html b/docs/reference/Titanic_full.html index 9ab0648d1..9c01e2043 100644 --- a/docs/reference/Titanic_full.html +++ b/docs/reference/Titanic_full.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/VR_dilemma.html b/docs/reference/VR_dilemma.html index d285f22e4..8c2764c89 100644 --- a/docs/reference/VR_dilemma.html +++ b/docs/reference/VR_dilemma.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/aesthetic_addon.html b/docs/reference/aesthetic_addon.html index 7d33dc91c..34746696f 100644 --- a/docs/reference/aesthetic_addon.html +++ b/docs/reference/aesthetic_addon.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bartlett_message.html b/docs/reference/bartlett_message.html index f21cc50b9..2dbfaac58 100644 --- a/docs/reference/bartlett_message.html +++ b/docs/reference/bartlett_message.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bf_caption_maker.html b/docs/reference/bf_caption_maker.html index 8566f1f1e..5f32cdfb1 100644 --- a/docs/reference/bf_caption_maker.html +++ b/docs/reference/bf_caption_maker.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bf_contingency_tab.html b/docs/reference/bf_contingency_tab.html index a1ea52d5c..47c7f1b5a 100644 --- a/docs/reference/bf_contingency_tab.html +++ b/docs/reference/bf_contingency_tab.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bf_corr_test.html b/docs/reference/bf_corr_test.html index d3da99534..8ad4b8d80 100644 --- a/docs/reference/bf_corr_test.html +++ b/docs/reference/bf_corr_test.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bf_extractor.html b/docs/reference/bf_extractor.html index 18719aea6..e6365aba2 100644 --- a/docs/reference/bf_extractor.html +++ b/docs/reference/bf_extractor.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bf_one_sample_ttest.html b/docs/reference/bf_one_sample_ttest.html index b0ad3fe3c..4a5977782 100644 --- a/docs/reference/bf_one_sample_ttest.html +++ b/docs/reference/bf_one_sample_ttest.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bf_oneway_anova.html b/docs/reference/bf_oneway_anova.html index cf96ad303..c83921f5d 100644 --- a/docs/reference/bf_oneway_anova.html +++ b/docs/reference/bf_oneway_anova.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/bf_two_sample_ttest.html b/docs/reference/bf_two_sample_ttest.html index 80899a813..9412a1f44 100644 --- a/docs/reference/bf_two_sample_ttest.html +++ b/docs/reference/bf_two_sample_ttest.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/cat_counter.html b/docs/reference/cat_counter.html index 337403e80..6fa86c109 100644 --- a/docs/reference/cat_counter.html +++ b/docs/reference/cat_counter.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/cat_label_df.html b/docs/reference/cat_label_df.html index 20b425b97..442bae0b3 100644 --- a/docs/reference/cat_label_df.html +++ b/docs/reference/cat_label_df.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/check_outlier.html b/docs/reference/check_outlier.html index 1b5532895..f90bf5ff8 100644 --- a/docs/reference/check_outlier.html +++ b/docs/reference/check_outlier.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/cohenG_ci.html b/docs/reference/cohenG_ci.html index 4c88c6463..20438b1cd 100644 --- a/docs/reference/cohenG_ci.html +++ b/docs/reference/cohenG_ci.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/combine_plots.html b/docs/reference/combine_plots.html index 55c18ed86..5fb936ae3 100644 --- a/docs/reference/combine_plots.html +++ b/docs/reference/combine_plots.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/cor_test_ci.html b/docs/reference/cor_test_ci.html index cfaedb6fd..235820600 100644 --- a/docs/reference/cor_test_ci.html +++ b/docs/reference/cor_test_ci.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/effsize_ci_message.html b/docs/reference/effsize_ci_message.html index 8e48fccb3..ca50afc9b 100644 --- a/docs/reference/effsize_ci_message.html +++ b/docs/reference/effsize_ci_message.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/effsize_t_parametric.html b/docs/reference/effsize_t_parametric.html index 61201c0af..70aec20f6 100644 --- a/docs/reference/effsize_t_parametric.html +++ b/docs/reference/effsize_t_parametric.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/effsize_type_switch.html b/docs/reference/effsize_type_switch.html index 423da6da4..bdf80ccc2 100644 --- a/docs/reference/effsize_type_switch.html +++ b/docs/reference/effsize_type_switch.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/games_howell.html b/docs/reference/games_howell.html index 05eb134bc..edc4a89b3 100644 --- a/docs/reference/games_howell.html +++ b/docs/reference/games_howell.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggbarstats.html b/docs/reference/ggbarstats.html index ebee91949..b2290e71a 100644 --- a/docs/reference/ggbarstats.html +++ b/docs/reference/ggbarstats.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggbetweenstats.html b/docs/reference/ggbetweenstats.html index be82b9c08..24c788dc7 100644 --- a/docs/reference/ggbetweenstats.html +++ b/docs/reference/ggbetweenstats.html @@ -76,7 +76,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggbetweenstats_switch.html b/docs/reference/ggbetweenstats_switch.html index 9be5aaf47..dae46e0d1 100644 --- a/docs/reference/ggbetweenstats_switch.html +++ b/docs/reference/ggbetweenstats_switch.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggcoefstats.html b/docs/reference/ggcoefstats.html index ed179dca3..b8a80724c 100644 --- a/docs/reference/ggcoefstats.html +++ b/docs/reference/ggcoefstats.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggcoefstats_label_maker.html b/docs/reference/ggcoefstats_label_maker.html index 6eb2767aa..f2c8c963d 100644 --- a/docs/reference/ggcoefstats_label_maker.html +++ b/docs/reference/ggcoefstats_label_maker.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggcorrmat.html b/docs/reference/ggcorrmat.html index 78d46bf4f..75b3e1e1a 100644 --- a/docs/reference/ggcorrmat.html +++ b/docs/reference/ggcorrmat.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggcorrmat_matrix_message.html b/docs/reference/ggcorrmat_matrix_message.html index 4436beb0e..fe37e8455 100644 --- a/docs/reference/ggcorrmat_matrix_message.html +++ b/docs/reference/ggcorrmat_matrix_message.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggdotplotstats.html b/docs/reference/ggdotplotstats.html index fc88ddc51..6faa43b23 100644 --- a/docs/reference/ggdotplotstats.html +++ b/docs/reference/ggdotplotstats.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/gghistostats.html b/docs/reference/gghistostats.html index b136f2f8c..61d7b5d95 100644 --- a/docs/reference/gghistostats.html +++ b/docs/reference/gghistostats.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggpiestats.html b/docs/reference/ggpiestats.html index a1a2744f7..400489d94 100644 --- a/docs/reference/ggpiestats.html +++ b/docs/reference/ggpiestats.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggplot_converter.html b/docs/reference/ggplot_converter.html index 755d3b754..240a13f60 100644 --- a/docs/reference/ggplot_converter.html +++ b/docs/reference/ggplot_converter.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggscatterstats.html b/docs/reference/ggscatterstats.html index e3810edba..8e1ca3815 100644 --- a/docs/reference/ggscatterstats.html +++ b/docs/reference/ggscatterstats.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggsignif_adder.html b/docs/reference/ggsignif_adder.html index 0967fdee7..c57e805c5 100644 --- a/docs/reference/ggsignif_adder.html +++ b/docs/reference/ggsignif_adder.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggsignif_position_calculator.html b/docs/reference/ggsignif_position_calculator.html index 4b1624be6..232e0f90b 100644 --- a/docs/reference/ggsignif_position_calculator.html +++ b/docs/reference/ggsignif_position_calculator.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggstatsplot-package.html b/docs/reference/ggstatsplot-package.html index b42e6ff97..90ca85565 100644 --- a/docs/reference/ggstatsplot-package.html +++ b/docs/reference/ggstatsplot-package.html @@ -84,7 +84,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/ggwithinstats.html b/docs/reference/ggwithinstats.html index 8387101c6..36ee494ab 100644 --- a/docs/reference/ggwithinstats.html +++ b/docs/reference/ggwithinstats.html @@ -76,7 +76,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_ggbarstats.html b/docs/reference/grouped_ggbarstats.html index 50e224849..e1f6091d3 100644 --- a/docs/reference/grouped_ggbarstats.html +++ b/docs/reference/grouped_ggbarstats.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_ggbetweenstats.html b/docs/reference/grouped_ggbetweenstats.html index cec016c74..55fc05040 100644 --- a/docs/reference/grouped_ggbetweenstats.html +++ b/docs/reference/grouped_ggbetweenstats.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_ggcorrmat.html b/docs/reference/grouped_ggcorrmat.html index 41eceebbe..22f2d6a59 100644 --- a/docs/reference/grouped_ggcorrmat.html +++ b/docs/reference/grouped_ggcorrmat.html @@ -76,7 +76,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_ggdotplotstats.html b/docs/reference/grouped_ggdotplotstats.html index be19e6393..6b5b2fb81 100644 --- a/docs/reference/grouped_ggdotplotstats.html +++ b/docs/reference/grouped_ggdotplotstats.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_gghistostats.html b/docs/reference/grouped_gghistostats.html index 7fee51441..4f1de3610 100644 --- a/docs/reference/grouped_gghistostats.html +++ b/docs/reference/grouped_gghistostats.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_ggpiestats.html b/docs/reference/grouped_ggpiestats.html index 8126ac592..c56f82ed1 100644 --- a/docs/reference/grouped_ggpiestats.html +++ b/docs/reference/grouped_ggpiestats.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_ggscatterstats.html b/docs/reference/grouped_ggscatterstats.html index 8c07ca443..b6e651f69 100644 --- a/docs/reference/grouped_ggscatterstats.html +++ b/docs/reference/grouped_ggscatterstats.html @@ -76,7 +76,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_list.html b/docs/reference/grouped_list.html index 2381b7c02..c30bd97ca 100644 --- a/docs/reference/grouped_list.html +++ b/docs/reference/grouped_list.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/grouped_message.html b/docs/reference/grouped_message.html index d6ad273a8..286ea4d40 100644 --- a/docs/reference/grouped_message.html +++ b/docs/reference/grouped_message.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/histo_labeller.html b/docs/reference/histo_labeller.html index 9cfb33762..dd3b06de7 100644 --- a/docs/reference/histo_labeller.html +++ b/docs/reference/histo_labeller.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/index.html b/docs/reference/index.html index 794187e4d..a6d23e324 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -69,7 +69,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -323,12 +323,6 @@

subtitle_anova_parametric_repeated()

- -

Making text subtitle for the within-subject anova designs.

- -

subtitle_anova_robust()

diff --git a/docs/reference/intent_morality.html b/docs/reference/intent_morality.html index 2108d8b8f..48ab1e2f3 100644 --- a/docs/reference/intent_morality.html +++ b/docs/reference/intent_morality.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/iris_long.html b/docs/reference/iris_long.html index 8daac764d..50f5145c4 100644 --- a/docs/reference/iris_long.html +++ b/docs/reference/iris_long.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/kw_eta_h_ci.html b/docs/reference/kw_eta_h_ci.html index 987759ff1..51b31c242 100644 --- a/docs/reference/kw_eta_h_ci.html +++ b/docs/reference/kw_eta_h_ci.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/line_labeller.html b/docs/reference/line_labeller.html index ededbb6d3..6abda552b 100644 --- a/docs/reference/line_labeller.html +++ b/docs/reference/line_labeller.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/lm_effsize_standardizer.html b/docs/reference/lm_effsize_standardizer.html index b42180e5d..619ea3702 100644 --- a/docs/reference/lm_effsize_standardizer.html +++ b/docs/reference/lm_effsize_standardizer.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/long_to_wide_converter.html b/docs/reference/long_to_wide_converter.html index c7fbb3a65..53778b502 100644 --- a/docs/reference/long_to_wide_converter.html +++ b/docs/reference/long_to_wide_converter.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/matrix_to_tibble.html b/docs/reference/matrix_to_tibble.html index a7687ef75..1e0d25695 100644 --- a/docs/reference/matrix_to_tibble.html +++ b/docs/reference/matrix_to_tibble.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/mean_ggrepel.html b/docs/reference/mean_ggrepel.html index 873b088c2..51a5f398c 100644 --- a/docs/reference/mean_ggrepel.html +++ b/docs/reference/mean_ggrepel.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/mean_labeller.html b/docs/reference/mean_labeller.html index 641b663e7..b22cf135f 100644 --- a/docs/reference/mean_labeller.html +++ b/docs/reference/mean_labeller.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/movies_long.html b/docs/reference/movies_long.html index 346cc8387..94ed55496 100644 --- a/docs/reference/movies_long.html +++ b/docs/reference/movies_long.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/movies_wide.html b/docs/reference/movies_wide.html index ee571ce01..8b3a20cb6 100644 --- a/docs/reference/movies_wide.html +++ b/docs/reference/movies_wide.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/normality_message.html b/docs/reference/normality_message.html index 9dd06f014..c7a312ae7 100644 --- a/docs/reference/normality_message.html +++ b/docs/reference/normality_message.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/numdf_summary.html b/docs/reference/numdf_summary.html index 5cb5ec6f5..0395211c1 100644 --- a/docs/reference/numdf_summary.html +++ b/docs/reference/numdf_summary.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/outlier_df.html b/docs/reference/outlier_df.html index 239e74a05..c2795c0da 100644 --- a/docs/reference/outlier_df.html +++ b/docs/reference/outlier_df.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/p.adjust.method.description.html b/docs/reference/p.adjust.method.description.html index 0daeb8de5..c00ede101 100644 --- a/docs/reference/p.adjust.method.description.html +++ b/docs/reference/p.adjust.method.description.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/pairwise_p.html b/docs/reference/pairwise_p.html index 5e76799d5..770502d3d 100644 --- a/docs/reference/pairwise_p.html +++ b/docs/reference/pairwise_p.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/pairwise_p_caption.html b/docs/reference/pairwise_p_caption.html index 9633da3ff..fffdda226 100644 --- a/docs/reference/pairwise_p_caption.html +++ b/docs/reference/pairwise_p_caption.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/palette_message.html b/docs/reference/palette_message.html index 19e89ca76..3a7a31588 100644 --- a/docs/reference/palette_message.html +++ b/docs/reference/palette_message.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/proptest_message.html b/docs/reference/proptest_message.html index 0c6e38198..9f0be1dff 100644 --- a/docs/reference/proptest_message.html +++ b/docs/reference/proptest_message.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/reexports.html b/docs/reference/reexports.html index a350088c3..1d0d91a0c 100644 --- a/docs/reference/reexports.html +++ b/docs/reference/reexports.html @@ -78,7 +78,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/robcor_ci.html b/docs/reference/robcor_ci.html index cbaa2ba7d..8122a1a46 100644 --- a/docs/reference/robcor_ci.html +++ b/docs/reference/robcor_ci.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/stats_type_switch.html b/docs/reference/stats_type_switch.html index b401d1314..27d83192c 100644 --- a/docs/reference/stats_type_switch.html +++ b/docs/reference/stats_type_switch.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_anova_bayes.html b/docs/reference/subtitle_anova_bayes.html index 4793b3c32..b90914c65 100644 --- a/docs/reference/subtitle_anova_bayes.html +++ b/docs/reference/subtitle_anova_bayes.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_anova_parametric.html b/docs/reference/subtitle_anova_parametric.html index ddb1a1d10..a77777f5d 100644 --- a/docs/reference/subtitle_anova_parametric.html +++ b/docs/reference/subtitle_anova_parametric.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_anova_parametric_repeated.html b/docs/reference/subtitle_anova_parametric_repeated.html index 0f81b301c..f48d93d8d 100644 --- a/docs/reference/subtitle_anova_parametric_repeated.html +++ b/docs/reference/subtitle_anova_parametric_repeated.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 @@ -244,7 +244,7 @@

Examp tidyr::gather(., key, value, LDLF:HDHF) # creating the subtitle -ggstatsplot::subtitle_anova_parametric_repeated( +ggstatsplot:::subtitle_anova_parametric_repeated( data = data_bugs, x = key, y = value, diff --git a/docs/reference/subtitle_anova_robust.html b/docs/reference/subtitle_anova_robust.html index 3c008386d..910f48142 100644 --- a/docs/reference/subtitle_anova_robust.html +++ b/docs/reference/subtitle_anova_robust.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_contingency_tab.html b/docs/reference/subtitle_contingency_tab.html index e9ab296dd..520b62f5e 100644 --- a/docs/reference/subtitle_contingency_tab.html +++ b/docs/reference/subtitle_contingency_tab.html @@ -78,7 +78,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_friedman_nonparametric.html b/docs/reference/subtitle_friedman_nonparametric.html index ed2ad63a6..23596012d 100644 --- a/docs/reference/subtitle_friedman_nonparametric.html +++ b/docs/reference/subtitle_friedman_nonparametric.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_ggscatterstats.html b/docs/reference/subtitle_ggscatterstats.html index a304f7631..b623a6180 100644 --- a/docs/reference/subtitle_ggscatterstats.html +++ b/docs/reference/subtitle_ggscatterstats.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_kw_nonparametric.html b/docs/reference/subtitle_kw_nonparametric.html index 017afeb6b..9ef5941c3 100644 --- a/docs/reference/subtitle_kw_nonparametric.html +++ b/docs/reference/subtitle_kw_nonparametric.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_mann_nonparametric.html b/docs/reference/subtitle_mann_nonparametric.html index 9b1eba516..8faa9de16 100644 --- a/docs/reference/subtitle_mann_nonparametric.html +++ b/docs/reference/subtitle_mann_nonparametric.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_meta_ggcoefstats.html b/docs/reference/subtitle_meta_ggcoefstats.html index c72079d30..53ed29979 100644 --- a/docs/reference/subtitle_meta_ggcoefstats.html +++ b/docs/reference/subtitle_meta_ggcoefstats.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_onesample_proptest.html b/docs/reference/subtitle_onesample_proptest.html index 028f58e70..1c577016a 100644 --- a/docs/reference/subtitle_onesample_proptest.html +++ b/docs/reference/subtitle_onesample_proptest.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_t_bayes.html b/docs/reference/subtitle_t_bayes.html index 194781be2..048f74a63 100644 --- a/docs/reference/subtitle_t_bayes.html +++ b/docs/reference/subtitle_t_bayes.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_t_onesample.html b/docs/reference/subtitle_t_onesample.html index 2e3016d35..b3455ccf4 100644 --- a/docs/reference/subtitle_t_onesample.html +++ b/docs/reference/subtitle_t_onesample.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_t_parametric.html b/docs/reference/subtitle_t_parametric.html index 8caf84e2a..08e3bbe21 100644 --- a/docs/reference/subtitle_t_parametric.html +++ b/docs/reference/subtitle_t_parametric.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_t_robust.html b/docs/reference/subtitle_t_robust.html index c7af1fe4b..8e27470b5 100644 --- a/docs/reference/subtitle_t_robust.html +++ b/docs/reference/subtitle_t_robust.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/subtitle_template.html b/docs/reference/subtitle_template.html index 7491cb643..8a992e0c8 100644 --- a/docs/reference/subtitle_template.html +++ b/docs/reference/subtitle_template.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/t1way_ci.html b/docs/reference/t1way_ci.html index 146905b99..9ecd47ce0 100644 --- a/docs/reference/t1way_ci.html +++ b/docs/reference/t1way_ci.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/tfz_labeller.html b/docs/reference/tfz_labeller.html index 1b1131c82..ca8c72b7c 100644 --- a/docs/reference/tfz_labeller.html +++ b/docs/reference/tfz_labeller.html @@ -73,7 +73,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/theme_corrmat.html b/docs/reference/theme_corrmat.html index 4d5c3f8ca..128cba2e9 100644 --- a/docs/reference/theme_corrmat.html +++ b/docs/reference/theme_corrmat.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/theme_ggstatsplot.html b/docs/reference/theme_ggstatsplot.html index ec1617e2d..0c786879c 100644 --- a/docs/reference/theme_ggstatsplot.html +++ b/docs/reference/theme_ggstatsplot.html @@ -74,7 +74,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/theme_pie.html b/docs/reference/theme_pie.html index 88d2d9874..d6c220fa4 100644 --- a/docs/reference/theme_pie.html +++ b/docs/reference/theme_pie.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/tibble.html b/docs/reference/tibble.html index 9ee682267..c7230e331 100644 --- a/docs/reference/tibble.html +++ b/docs/reference/tibble.html @@ -72,7 +72,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/docs/reference/yuend_ci.html b/docs/reference/yuend_ci.html index 5eff3c161..291f5e8ba 100644 --- a/docs/reference/yuend_ci.html +++ b/docs/reference/yuend_ci.html @@ -75,7 +75,7 @@ ggstatsplot - 0.0.9.9000 + 0.0.10 diff --git a/ggstatsplot.Rproj b/ggstatsplot.Rproj index d03dabed1..810012eaa 100644 --- a/ggstatsplot.Rproj +++ b/ggstatsplot.Rproj @@ -18,5 +18,5 @@ StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source -PackageCheckArgs: --as-cran --run-donttest +PackageCheckArgs: --run-donttest PackageRoxygenize: rd,collate,namespace diff --git a/man/ggcoefstats.Rd b/man/ggcoefstats.Rd index 439c8a5f5..0a9daad8d 100644 --- a/man/ggcoefstats.Rd +++ b/man/ggcoefstats.Rd @@ -75,14 +75,14 @@ For details, see \code{?sjstats::p_value}.} \item{p.adjust.method}{Adjustment method for \emph{p}-values for multiple comparisons. Possible methods are: \code{"holm"}, \code{"hochberg"}, \code{"hommel"}, \code{"bonferroni"}, \code{"BH"}, \code{"BY"}, \code{"fdr"}, \code{"none"}. Default is no correction -(\code{"none"}). This argument is relevent for multiplicity correction for +(\code{"none"}). This argument is relevant for multiplicity correction for multiway ANOVA designs (see, \href{https://link.springer.com/article/10.3758/s13423-015-0913-5}{Cramer et al., 2015}).} \item{coefficient.type}{Relevant only for ordinal regression models (\code{clm} , \code{clmm}, \code{"svyolr"}, and \code{polr}), this argument decides which parameters are -display in the plot. Availabel parameters are: parameter that measures the +display in the plot. Available parameters are: parameter that measures the \strong{intercept}, i.e. the log-odds distance between response values (\code{"alpha"}); effects on the \strong{location} (\code{"beta"}); or effects on the \strong{scale} (\code{"zeta"}). For \code{clm} and \code{clmm} models, by default, only diff --git a/man/subtitle_anova_parametric_repeated.Rd b/man/subtitle_anova_parametric_repeated.Rd index bdc9907b7..dd78a5829 100644 --- a/man/subtitle_anova_parametric_repeated.Rd +++ b/man/subtitle_anova_parametric_repeated.Rd @@ -39,6 +39,7 @@ are to be displayed (Default: \code{TRUE}).} Making text subtitle for the within-subject anova designs. } \examples{ +\dontrun{ # setup set.seed(123) library(ggstatsplot) @@ -52,7 +53,7 @@ data_bugs <- bugs \%>\% tidyr::gather(., key, value, LDLF:HDHF) # creating the subtitle -ggstatsplot::subtitle_anova_parametric_repeated( +ggstatsplot:::subtitle_anova_parametric_repeated( data = data_bugs, x = key, y = value, @@ -60,6 +61,8 @@ ggstatsplot::subtitle_anova_parametric_repeated( k = 2 ) } +} \author{ Chuck Powell, Indrajeet Patil } +\keyword{internal} diff --git a/tests/testthat/test_subtitle_anova_parametric_repeated.R b/tests/testthat/test_subtitle_anova_parametric_repeated.R index afb38d1ad..42b69dec7 100644 --- a/tests/testthat/test_subtitle_anova_parametric_repeated.R +++ b/tests/testthat/test_subtitle_anova_parametric_repeated.R @@ -10,7 +10,7 @@ testthat::test_that( # ggstatsplot output set.seed(123) using_function1 <- - subtitle_anova_parametric_repeated( + ggstatsplot:::subtitle_anova_parametric_repeated( data = iris_long, x = condition, y = value, @@ -65,7 +65,7 @@ testthat::test_that( # ggstatsplot output set.seed(123) using_function1 <- - subtitle_anova_parametric_repeated( + ggstatsplot:::subtitle_anova_parametric_repeated( data = iris_long, x = condition, y = value, @@ -123,7 +123,7 @@ testthat::test_that( # ggstatsplot output set.seed(123) using_function1 <- - subtitle_anova_parametric_repeated( + ggstatsplot:::subtitle_anova_parametric_repeated( data = iris_long, x = condition, y = value, @@ -182,7 +182,7 @@ testthat::test_that( # fake a data entry mistake iris_long[5, 3] <- "Sepal.Width" testthat::expect_error( - subtitle_anova_parametric_repeated( + ggstatsplot:::subtitle_anova_parametric_repeated( data = iris_long, x = condition, y = value, diff --git a/tests/testthat/test_subtitle_mann_nonparametric.R b/tests/testthat/test_subtitle_mann_nonparametric.R index 4660380b3..c2ec57125 100644 --- a/tests/testthat/test_subtitle_mann_nonparametric.R +++ b/tests/testthat/test_subtitle_mann_nonparametric.R @@ -96,11 +96,11 @@ testthat::test_that( ) # expect error - testthat::expect_error(ggstatsplot::subtitle_mann_nonparametric( + testthat::expect_error(suppressWarnings(ggstatsplot::subtitle_mann_nonparametric( data = iris, x = Sepal.Length, y = Species - )) + ))) # ggstatsplot output set.seed(123) @@ -114,7 +114,7 @@ testthat::test_that( conf.type = "perc", conf.level = 0.99, paired = TRUE, - messages = FALSE + messages = TRUE )) # expected output