Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 20, 2023
1 parent 9516cb7 commit cffd93a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/methods_survey.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ model_parameters.svyglm <- function(model,
model,
ci = ci,
ci_method = ci_method,
merge_by = "Parameter",
standardize = standardize,
exponentiate = exponentiate,
p_adjust = p_adjust,
Expand All @@ -40,7 +39,7 @@ model_parameters.svyglm <- function(model,
verbose = verbose
)
args <- c(args, dot_args)

Check warning on line 41 in R/methods_survey.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/methods_survey.R,line=41,col=3,[object_overwrite_linter] 'args' is an exported object from package 'base'. Avoid re-using such symbols.
out <- do.call(".extract_parameters_generic", args)
out <- do.call(".model_parameters_generic", args)

attr(out, "object_name") <- insight::safe_deparse_symbol(substitute(model))
out
Expand Down

0 comments on commit cffd93a

Please sign in to comment.