Skip to content

Commit

Permalink
#69 Replaced ALERT with Note
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Yurovskyi committed Jan 2, 2025
1 parent ba12cff commit 4ab4ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/derive_advs_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ derive_param_ratio <- function(dataset,
)

cli_alert_info(
"ALERT: Unit conversion performed for {.val {denominator_code}}. Values converted from
"Note: Unit conversion performed for {.val {denominator_code}}. Values converted from
{.val {param_units[[denominator_code]]}} to {.val {param_units[[numerator_code]]}}.",
wrap = TRUE
)
Expand Down

0 comments on commit 4ab4ba0

Please sign in to comment.