Skip to content

Commit

Permalink
fix quiet in append_expected_values
Browse files Browse the repository at this point in the history
  • Loading branch information
japhir committed May 3, 2024
1 parent ba835cc commit 4384722
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions R/append_expected_values.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ append_expected_values <- function(.data,
std_values <- std_values[!is.na(std_values)]
}

if (is.null(quiet)) {
quiet <- default(quiet)
}

if (!quiet)
glue("Info: Appending expected values as {quo_name(enquo(exp))} for standards {glue::glue_collapse(unique(std_names), sep = ' ', last = ' and ', width = 30)}") %>%
message()
Expand Down
2 changes: 1 addition & 1 deletion man/append_expected_values.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4384722

Please sign in to comment.