Skip to content

Commit

Permalink
continue troubleshooting build
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 2, 2024
1 parent 2f49822 commit 04dc811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/deinterlaced_df.R
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion vignettes/interlacer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ values with missing reasons, or missing reasons with values? Inevitably, we'll
create situations where we simultaneously have a value and a missing reason,
or neither a value nor a missing reason:

```{r, eval = FALSE}
```{r}
# Value and missing reason:
df_deinterlaced |>
mutate(
Expand Down

0 comments on commit 04dc811

Please sign in to comment.