Skip to content

Commit

Permalink
formmating changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisorwa committed Aug 26, 2024
1 parent ed3c828 commit 4eed3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/as_noise_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ as_noise_params <- function(data, antigen_isos = NULL) {
class = "not noise_params",
message = c(
"Can't convert {.arg data} to {.cls noise_params}.",
"i" = "The column{?s}: {.strong {.var {missing_cols}}} {?is/are} missing.",
"i" = "The column{?s} : {.strong {.var {missing_cols}}} {?is/are} missing.",
"x" = "You have supplied {.cls {class(data)}}."
)
)
Expand Down

0 comments on commit 4eed3a5

Please sign in to comment.