From fbb419ff00e5cd9f654e6b26c008680695671304 Mon Sep 17 00:00:00 2001 From: Kyle Husmann Date: Fri, 1 Mar 2024 17:28:55 -0800 Subject: [PATCH] build troubleshoot --- R/deinterlaced_df.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/deinterlaced_df.R b/R/deinterlaced_df.R index c7f0665..a02449c 100644 --- a/R/deinterlaced_df.R +++ b/R/deinterlaced_df.R @@ -57,7 +57,7 @@ deinterlaced_df_problems <- function(x) { if (any(!is.na(x[[value_name]]) & !is.na(x[[missing_name]]))) { return( glue( - "Column `{value_name}` has rows with both values and missing reasons", + "Column `{value_name}` has rows with both values and missing reasons" ) ) } @@ -100,8 +100,8 @@ tbl_format_footer.deinterlaced_df <- function(x, setup, ...) { if (length(setup$interlaced_probs) > 0) { extra <- format_bullets_raw( c( -# "x" = glue("Warning: {setup$interlaced_probs[[1]]}"), -# "i" = glue("Run `coalesce_channels()` to fix.") + "x" = glue("Warning: {setup$interlaced_probs[[1]]}"), + "i" = glue("Run `coalesce_channels()` to fix.") ) ) } else {