From f713ae07821d21340858368f9181e8b35124815a Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 2 Dec 2024 20:48:01 +0100 Subject: [PATCH] use latest datawizard --- DESCRIPTION | 4 ++-- R/plot.check_collinearity.R | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9eefe4e5c..646f5c623 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: see Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2' -Version: 0.9.0.9 +Version: 0.9.0.10 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -121,4 +121,4 @@ Config/testthat/edition: 3 Config/testthat/parallel: true Config/Needs/website: easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/performance, easystats/parameters, easystats/insight +Remotes: easystats/performance, easystats/parameters, easystats/datawizard diff --git a/R/plot.check_collinearity.R b/R/plot.check_collinearity.R index 6d7bf587f..4884a65c8 100644 --- a/R/plot.check_collinearity.R +++ b/R/plot.check_collinearity.R @@ -40,7 +40,7 @@ plot.see_check_collinearity <- function(x, dat <- datawizard::data_rename( dat, - pattern = c("Term", "VIF", "SE_factor", "Component"), + select = c("Term", "VIF", "SE_factor", "Component"), replacement = c("x", "y", "se", "facet") )