Skip to content

Commit

Permalink
lintr, wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 18, 2024
1 parent 2b24120 commit 3c0af2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/rescale_weights.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rescale_weights <- function(data,

# check for existing variable names
if (any(c("pweights_a", "pweights_b", "pweights") %in% colnames(data))) {
insight::format_warning("The variable name for the rescaled weights already exists in the data. Returned columns will be renamed into unique names.")
insight::format_warning("The variable name for the rescaled weights already exists in the data. Returned columns will be renamed into unique names.") # nolint
}

# check if weight has missings. we need to remove them first,
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Heisig
Herrington
Hoffmann
Joanes
Kish
Llabre
Lumley
MADs
Expand Down

0 comments on commit 3c0af2c

Please sign in to comment.