Skip to content

Commit

Permalink
Update construction_helpers.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jun 30, 2024
1 parent 7d1a59c commit 6222dca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/construction_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ construct_model.survey.design <- function(data, formula, method, method.args = l

cli::cli_abort(
c("There was an error processing the {.arg {argname}} argument.",
i = "Expecting a simple call. See {.help rlang::is_call_simple} for details."),
i = "Expecting a simple call. See {.help rlang::is_call_simple} for details."
),
call = get_cli_abort_call()
)
}
Expand Down

0 comments on commit 6222dca

Please sign in to comment.