feat: валидация данных в виде модулей
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user