diff --git a/DESCRIPTION b/DESCRIPTION index 73fcb9065..23a503ac3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: see Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2' -Version: 0.14.1.4 +Version: 0.14.2 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -130,5 +130,4 @@ Config/testthat/edition: 3 Config/testthat/parallel: false Config/Needs/website: easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Config/roxygen2/version: 8.0.0 -Remotes: easystats/datawizard +Config/roxygen2/version: 8.1.0 diff --git a/NEWS.md b/NEWS.md index ec3886b36..f3196206e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# see (devel) +# see 0.14.2 ## Changes diff --git a/R/plot.means_by_group.R b/R/plot.means_by_group.R index 81980ded6..685fb51e9 100644 --- a/R/plot.means_by_group.R +++ b/R/plot.means_by_group.R @@ -13,7 +13,7 @@ #' @details #' Produces a faceted plot when there is more than one means-table. #' -#' @examples +#' @examplesIf insight::check_if_installed("datawizard", minimum_version = "1.3.2", quietly = TRUE) #' \dontrun{ #' group_means_object <- datawizard::means_by_group(iris$Sepal.Width, iris$Species) #' plot(group_means_object, title = "group means", ci = FALSE, caption = FALSE) @@ -42,7 +42,7 @@ plot.see_dw_groupmeans <- function( trimmed$Category, levels = unique(trimmed$Category) ) - + p <- ggplot2::ggplot( trimmed, ggplot2::aes(x = .data$Category, y = .data$Mean) diff --git a/man/plot.see_dw_groupmeans.Rd b/man/plot.see_dw_groupmeans.Rd index 11e05b11e..ae589f032 100644 --- a/man/plot.see_dw_groupmeans.Rd +++ b/man/plot.see_dw_groupmeans.Rd @@ -26,6 +26,7 @@ The \code{plot()} method for the \code{datawizard::means_by_group()} function. Produces a faceted plot when there is more than one means-table. } \examples{ +\dontshow{if (insight::check_if_installed("datawizard", minimum_version = "1.3.2", quietly = TRUE)) withAutoprint(\{ # examplesIf} \dontrun{ group_means_object <- datawizard::means_by_group(iris$Sepal.Width, iris$Species) plot(group_means_object, title = "group means", ci = FALSE, caption = FALSE) @@ -37,4 +38,5 @@ group_means_object <- datawizard::means_by_group( ) plot(group_means_object, title = "group means") } +\dontshow{\}) # examplesIf} } diff --git a/man/see-package.Rd b/man/see-package.Rd index cfc662d41..5a71f7c0a 100644 --- a/man/see-package.Rd +++ b/man/see-package.Rd @@ -41,6 +41,7 @@ Authors: Other contributors: \itemize{ \item Jeffrey R. Stevens \email{jeffrey.r.stevens@gmail.com} (\href{https://orcid.org/0000-0003-2375-1360}{ORCID}) [contributor] + \item Julius Bogomolovas (\href{https://orcid.org/0000-0001-8344-1909}{ORCID}) [contributor] \item Matthew Smith \email{M.Smith3@napier.ac.uk} [reviewer] \item Jakob Bossek \email{bossek@wi.uni-muenster.de} [reviewer] }