From 9b23eb0e718827102349c111403f94da5797ce24 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 15 Aug 2024 23:01:23 +0200 Subject: [PATCH] fix spelling error --- R/plotting.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plotting.R b/R/plotting.R index 1782d2e..7cc096d 100644 --- a/R/plotting.R +++ b/R/plotting.R @@ -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`" )) } @@ -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`" )) }