feat: валидация данных в виде модулей

This commit is contained in:
2026-04-20 16:38:14 +03:00
parent be1623716c
commit 7a006f6d6b
4 changed files with 67 additions and 59 deletions

View File

@@ -23,6 +23,9 @@ check_and_init_scheme = function() {
cli::cli_inform(c("*" = "проверка схемы..."))
options(box.path = here::here())
box::use(configs/enabled_schemes[enabled_schemes])
files_to_watch <- c(
"configs/enabled_schemes.R",
"modules/scheme_generator.R",
@@ -68,7 +71,6 @@ check_and_init_scheme = function() {
saveRDS(exist_hash, hash_file)
}
init_scheme = function(scheme_file) {
options(box.path = here::here())