feat: предсказуемый экспорт числовых значений

This commit is contained in:
2026-04-11 16:06:04 +03:00
parent 59f7f40344
commit 1f0b0c2a64
4 changed files with 24 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ init_val <- function(scheme, ns) {
if (!all(compare_to_dict)) {
text <- paste0("'",x[!compare_to_dict],"'", collapse = ", ")
glue::glue("Данные варианты, не соответствуют схеме: {text}")
glue::glue("варианты, не соответствующие схеме: {text}")
}
})