Skip to content

Commit

Permalink
build troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 2, 2024
1 parent 04dc811 commit fbb419f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/deinterlaced_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)
}
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit fbb419f

Please sign in to comment.