Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
cyianor committed Aug 15, 2024
1 parent 753dae8 commit 9b23eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ plot_silhouettes <- function(list_of_fits, penalization, final_config = 1L) {
}))
)) {
cli::cli_abort(c(
"Silhouette scores not to be computed during fitting.",
"Silhouette scores were not computed during fitting.",
"i" = "Set `compute_silhouette = TRUE` in `scregclust`"
))
}
Expand Down Expand Up @@ -482,7 +482,7 @@ plot_module_count_helper <- function(list_of_fits, penalization) {
}))
)) {
cli::cli_abort(c(
"Silhouette scores not to be computed during fitting.",
"Silhouette scores were notcomputed during fitting.",
"i" = "Set `compute_silhouette = TRUE` in `scregclust`"
))
}
Expand Down

0 comments on commit 9b23eb0

Please sign in to comment.