Skip to content

Commit 55ce30c

Browse files
committed
typo
1 parent eb8e46f commit 55ce30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/bisg.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ make_gx_tbl_vec <- function(vars, p_r, p_rgx) {
367367
if (est_p_r) p_r_tmp = p_r_natl()
368368
GX_names = colnames(vars$GX)
369369
if (vars$geo_type != "none") {
370-
if (!missing(p_rxs)) { # warn: they are probably trying to use p_rgx
370+
if (!missing(p_rgx)) { # warn: they are probably trying to use p_rgx
371371
cli_warn(
372372
c(
373-
"Not using provided {.arg p_rxs}",
373+
"Not using provided {.arg p_rgx}",
374374
"i" = "Do not use helpers like {.fn zip} or {.fn state} when providing a custom {.arg p_rgx}."
375375
),
376376
call = parent.frame()

0 commit comments

Comments
 (0)