diff --git a/DESCRIPTION b/DESCRIPTION index b6f58b233..f38c3d187 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: performance Title: Assessment of Regression Models Performance -Version: 0.12.4.8 +Version: 0.12.4.9 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -160,4 +160,4 @@ Config/Needs/website: r-lib/pkgdown, easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/insight +Remotes: easystats/datawizard diff --git a/R/check_collinearity.R b/R/check_collinearity.R index 2ff00e036..989483610 100644 --- a/R/check_collinearity.R +++ b/R/check_collinearity.R @@ -198,7 +198,7 @@ plot.check_collinearity <- function(x, ...) { x <- insight::format_table(x) x <- datawizard::data_rename( x, - pattern = "SE_factor", + select = "SE_factor", replacement = "Increased SE", verbose = FALSE )