Skip to content

Commit

Permalink
Spelling in alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jan 28, 2025
1 parent aaa5009 commit 8e35e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/metadata_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ metadata_map <- function(
## Check if look_up_file and domain_file are compatible
mistmatch <- setdiff(data$lookup$domain_code, df_plots$code$code)
if (length(mistmatch) > 0) {
cli_alert_danger("The look_up_file and domain_file are not compatabile. These look up codes are not listed in the domain codes:")
cli_alert_danger("The look_up_file and domain_file are not compatible. These look up codes are not listed in the domain codes:")

Check warning on line 124 in R/metadata_map.R

View check run for this annotation

Codecov / codecov/patch

R/metadata_map.R#L124

Added line #L124 was not covered by tests
cat("\n")
print(mistmatch)
stop()
Expand Down

0 comments on commit 8e35e6f

Please sign in to comment.