refactor: some code tweaking

This commit is contained in:
2026-04-13 09:41:30 +03:00
parent f9d84bf245
commit 4225c4d382
5 changed files with 22 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
#' @export
#' @description костыли для упрощения работы себе
set_global_options <- function(
set_global_options = function(
SYMBOL_DELIM = "; ",
APP.DEBUG = FALSE,
APP.FILE_DB = fs::path("data.sqlite"),
@@ -19,7 +19,7 @@ set_global_options <- function(
}
#' @export
check_and_init_scheme <- function() {
check_and_init_scheme = function() {
cli::cli_inform(c("*" = "проверка схемы..."))
@@ -54,7 +54,7 @@ check_and_init_scheme <- function() {
}
init_scheme <- function(scheme_file) {
init_scheme = function(scheme_file) {
options(box.path = here::here())
box::use(