Skip to content

Commit f713ae0

Browse files
committed
use latest datawizard
1 parent 13617a3 commit f713ae0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: see
33
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
4-
Version: 0.9.0.9
4+
Version: 0.9.0.10
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -121,4 +121,4 @@ Config/testthat/edition: 3
121121
Config/testthat/parallel: true
122122
Config/Needs/website: easystats/easystatstemplate
123123
Config/rcmdcheck/ignore-inconsequential-notes: true
124-
Remotes: easystats/performance, easystats/parameters, easystats/insight
124+
Remotes: easystats/performance, easystats/parameters, easystats/datawizard

R/plot.check_collinearity.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plot.see_check_collinearity <- function(x,
4040

4141
dat <- datawizard::data_rename(
4242
dat,
43-
pattern = c("Term", "VIF", "SE_factor", "Component"),
43+
select = c("Term", "VIF", "SE_factor", "Component"),
4444
replacement = c("x", "y", "se", "facet")
4545
)
4646

0 commit comments

Comments
 (0)