Skip to content

Commit

Permalink
Use new arg-names of data_rename()
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 2, 2024
1 parent 832bb69 commit 7fafaaf
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: 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",
Expand Down Expand Up @@ -160,4 +160,4 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight
Remotes: easystats/datawizard
2 changes: 1 addition & 1 deletion R/check_collinearity.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 7fafaaf

Please sign in to comment.