Skip to content

Commit

Permalink
use latest datawizard
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 2, 2024
1 parent 13617a3 commit f713ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion R/plot.check_collinearity.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

Expand Down

0 comments on commit f713ae0

Please sign in to comment.