From 4a4391dd55d1ee71b7802ee36b7bb47d893b4352 Mon Sep 17 00:00:00 2001 From: Patrick Anker Date: Tue, 28 Mar 2023 16:45:15 -0400 Subject: [PATCH] hotfix: interpolate missing vars message --- R/homogenization.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/homogenization.R b/R/homogenization.R index f4d59ce..da681da 100644 --- a/R/homogenization.R +++ b/R/homogenization.R @@ -344,7 +344,7 @@ homogenize_wave_names <- function(panel, w, long_map, ctx = list()) { if (isTRUE(replace_missing_with_na)) { msg <- c(missing_msg, "\nThey have been created with missingness in anticipation of their eventual existence") - message(paste0(msg, collapse = "")) + message(glue::glue(paste0(msg, collapse = ""))) for (mv in missing_vars) { wave_db[[mv]] <- NA